| Name | Version | Documentation |
|---|---|---|
| node.js | 20.9.0 ^ | https://nodejs.org/en/docs/ |
| nest.js | 10.0.0^ | https://docs.nestjs.com/ |
| nestCLI | 10.2.1 | https://docs.nestjs.com/cli/overview |
| TypeORM | 0.3.17 | https://typeorm.io/ |
Nest framework TypeScript starter repository.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod