/nextjs-prisma-demo

A Next.js and Prisma Demo.

Primary LanguageJavaScript

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:

  1. Run npm install
  2. Create a postgres database on Railway
  3. Change the name of the .env.example to .env
  4. Add your database URL from Step #2 to the DATABASE_URL variable in your .env file
  5. Deploy on Vercel