- Install dependencies.
- Create a
.envfile in the root directory and add your database url. - Run
pnpm dlx prisma db pushto push changes to db and generate prisma client. - Todo CRUD should be working now.
This app is a very basic example implementing CRUD app in next.js. There are many thing that can be improved, but that is not the purpose of this repo.