Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 306 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 306 Bytes

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 Heroku or Railway
  3. Change the name of the .env.example to .env add your database URL in the DATABASE_URL env file.