user
10/21/2021, 12:51 PMprisma init
07:34 - writing the Prisma schema
11:29 - set up a PostgreSQL database using cloud.prisma.io/postgres.app
16:44 - creating a migration
19:21 - seeding the database
26:00 - question: are Prisma and GraphQL related? + live debugging + recap
29:20 - initializing Prisma Client in a Next.js app
31:21 - creating API endpoint for submitting feedback
36:08 - sending requests to the create endpoint
from the frontend
42:00 - displaying the list of feedback
45:49 - Next.js getServerSideProps serializing problem
47:25 - Recap, Conclusion, and questions