Getting Started with Next.js and Prisma - Ryan Che...
# orm-help
u
Getting Started with Next.js and Prisma - Ryan Chenkie, Lee Robinson | Prisma Day 2021

https://www.youtube.com/watch?v=4oDK-7-aSY0

Next.js offers a unique approach to building client-side React apps by allowing portions of your React codebase to actually run on the server. Next.js features like getServerSideProps, getStaticProps, and API routes are the perfect place to use Prisma to interact with a database. In this workshop, we'll look at how to get started with Prisma in a Next.js project. We'll start by initializing Prisma in a new Next.js project and we'll get a database wired up with a Prisma data model. We'll then interact with the database through Prisma Client in the Next app where we'll build a fully-functional CRUD experience. Learn more about Prisma: ◭ Website: https://www.prisma.io​​​ ◭ Docs: https://www.prisma.io/docs​​​ ◭ Quickstart: https://www.prisma.io/docs/getting-started/quickstart-typescript
🙌 1