usdevs / usc-website-hackathon-frontend

Prototype frontend
https://usc-website-hackathon-frontend.vercel.app
2 stars 4 forks source link

[Bookings] Refactor Bookings Page #62

Open parth-io opened 1 year ago

parth-io commented 1 year ago
zsh-eng commented 1 year ago

TODO: Seed the database with many bookings to test the benefit of useMemo Steps:

  1. Change the DATABASE_URL in the backend .env file to the relevant DB that matches the frontend's
  2. Edit the function generateBookingData in the seed file
  3. Run npm run prisma:reset