Bork is a social media app for dog people. Just a Twitter clone with more dogs, entirely for learning purposes.
- Typescript
- SQL
- tRPC
- Vercel
- Clerk
- GitHub Actions
- Jest
Besides the normal minor refactors and updates, a big hurdle was that Planet-scale decided to shut down its free tier. I ended up migrating to Railway and learning a lot about databases. I also am feeling really good about CI & CD through GitHub actions.
- I'd like to get random pictures of dogs from a free API and assign them to new users.
- More testing in-depth testing, 100% coverage.
Prisma stuff I forget a lot:
#start dev db
npx prisma generate
# To manage DB (optional)
npx prisma studio