AfterClass-io / afterclass.io-v2

[alpha] v2 of https://afterclass.io!
https://afterclass-io.vercel.app
MIT License
5 stars 2 forks source link

feat(api): reviews trpc router #76

Closed davidlhw closed 4 months ago

davidlhw commented 5 months ago

‼️ NOTE: This PR will be rebased to main after #75 is merged. (do not merge before #75!)

closes #6, closes #71

Changes

Testing

  1. setup local dev env a. run docker compose up b. run npx prisma migrate reset to setup and seed the local db
  2. navigate to /
  3. sign in if needed
  4. should see 10 reviews
vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
afterclass-io-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 16, 2024 9:38am
davidlhw commented 4 months ago

merging ahead of time to close the other PRs

further improvements will be tackled as separate tasks