A progressive Node.js framework for building efficient and scalable server-side applications.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covGenerate Migrations from enitity files:
npm run typeorm migration:generate -n migrations/<migration-name> -- -o
To run the migrations:
npm run typeorm migration:run
http://localhost:3000/api
Nest is MIT licensed.




