App is built using Nest framework TypeScript starter repository.
$ npm installThese values should work on development environment without changes
$ cp sample.env .env$ cp ormconfig.sample.json ormconfig.json$ npm run migrate:up# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodCheck app code style
$ npm run lint# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov# up migrations
$ npm run migrate:up
# revert last migration
$ npm run migrate:revertCopyright (c) 2019 Rendered Text
Distributed under the MIT License. See the file LICENSE.md in repo root.