This is a site built with NextJS, a PostgreSQL backend, and Prisma as an ORM.
- Clone the repo with
git clone https://github.com/alexbckr/vrpay - Get the
.envfile from Alex (alexbecker@virginia.edu) - Run
cd vrpayto navigate to the folder - Run
npm installto install the necesary packages
- Run
yarn devto start the development server, probably at localhost:3000 - Run
npx prisma studioto view the ORM
Too many Heroku connections
- often happens when you're refreshing a lot
- solution: run
heroku pg:killall -a vrpay