$ npm install
# 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
- Nest framework TypeScript starter repository: A progressive Node.js framework for building efficient and scalable server-side applications.
I believe in Unicorns 🦄 Support me, if you do too.
Made with ❤️