Repository as back-end of CATCTF
$ yarn ( or npm install )
# development
$ yarn start ( or npm run start )
# watch mode
$ yarn start:dev ( or npm run start:dev )
# production mode
$ yarn start:prod ( or npm run start:prod )
# unit tests
$ yarn test ( or npm run test )
# e2e tests
$ yarn test:e2e ( or npm run test:e2e )
# test coverage
$ yarn test:cov ( or npm run test:cov )
DB_HOST
DB_PORT
DB_USERNAME
DB_PASSWORD
DB_DATABASE
JWT_SECRET
JWT_EXPIRES_IN ( default = 1d )