This is a Prisma and Next.js demo presented at React Global 2021. To get this working, make sure to:
- Run
npm install
- Create a postgres database on Heroku or Railway
- Change the name of the
.env.example
to.env
add your database URL in theDATABASE_URL
env file.