# install dependencies
$ yarn
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# run migration
$ yarn migration
# create migration
$ yarn migration:create
# revert migration
$ yarn migration:revert
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
- typescript-starter: Nest framework TypeScript starter repository.
I believe in Unicorns 🦄 Support me, if you do too.
Made with ❤️