Visual-Regression-Tracker / backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Smells Coverage

Local setup

  • Install Node 18 (LTS)
  • clone repo
  • Update .env and prisma/.env
  • Make sure Postgres is up and running, using docker-compose up in a separate terminal
  • npm i
  • npm run test
  • Create DB structure npx prisma db push
  • Apply migrations npx prisma migrate deploy
  • npm run test:e2e
  • Seed initial data npx prisma db seed
  • npm run start:debug

Local HTTPS config

  • Generate keys here
  • place in folder /secrets named ssl.cert and ssl.key

About

License:Apache License 2.0


Languages

Language:TypeScript 97.2%Language:Shell 2.1%Language:Dockerfile 0.4%Language:JavaScript 0.3%