Backend app for Visual Regression Tracker
- clone repo
- Update
.env
andprisma/.env
- Make sure Postgres is up and running
npm i
npm run test
- Create DB structure and apply migrations
npx prisma migrate up -c --experimental
npm run test:e2e
- Seed initial data
npx ts-node prisma/seed.ts
npm run start:debug
- Generate keys here
- place in folder
/secrets
namedssl.cert
andssl.key