*Building a Fullstack app using NextJS and Prisma ...
# orm-help
u
Building a Fullstack app using NextJS and Prisma - CityJS Conf 2021

https://www.youtube.com/watch?v=aim8Mk-ETK0

In this workshop you will learn how to build a fullstack app using Next.js & Prisma. This workshop was recorded at CityJS Conf 2021: https://cityjsconf.org/ Lear more at: https://twitter.com/cityjsconf Code: https://github.com/m-abdelwahab/nextjs-prisma-workshop 00:00 - workshop intro 00:41 - a look at the starter branch 04:36 - getting started with Prisma 06:58 - installing Prisma and using
prisma 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