Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 299 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 299 Bytes

Local dev setup

  1. Install project dependencies
npm i
  1. Create a .env file from the .env.example file
cp .env.example .env
  1. Seed the database
npm run db:seed
  1. Run the project
npm run dev

Use prisma studio to view the database

npx prisma studio