This is a Next.js project bootstrapped with create-next-app.
- Install dependencies
npm install- Up database
docker-compose up -d- Rename
.env.exampleto.envand fill the variables
npx prisma init
npx prisma migrate dev --name init
npx prisma generate