Prisma and Next.js Demo 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 Railway Change the name of the .env.example to .env Add your database URL from Step #2 to the DATABASE_URL variable in your .env file Deploy on Vercel