This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
This project has been setup with Heroku, where, in order to successfully connect and run migration with Prisma, you will need to setup two Postgresql Instances.
Add the URL to a .env
file with the following keys:
DATABASE_URL=database1Url
SHADOW_DATABASE_URL=database2Url