A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
Basic example of a Rest API using Nest framework TypeScript starter repository.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
- Author - Rui Coelho