Nest framework TypeScript starter repository. AppTask basic api project
$ npm install
# development
$ npm run start
# watch mode
$ npm run dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
# watch entitys to generate diffirent or new schema code
$ npm run migration:generate
# run migration in new version
$ npm run migration:run
# rollback migration
$ npm run migration:rollback
# run config
$ npm run seed:config
# run seeds
$ npm run seed:run