Skip to content

polyvisual/backend

 
 

Repository files navigation

Codacy Badge Codacy Badge

Local setup

  • clone repo
  • Update .env and prisma/.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

Local HTTPS config

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.9%
  • Shell 2.5%
  • Other 0.6%