A REST Node.js starter project written in typescript and built on top of Nest.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit and e2e tests
$ npm run test
# test coverage
$ npm run test:cov
Generate migration
$ npm run typeorm -- migration:create -n PostRefactoring
REST-JS Starter is MIT licensed.