Development framework for server-side applications based on node by Nestjs
Core technology: node.js, NestJs, TypeORM, MongoDB, Sql server
Nest framework TypeScript starter repository.
ormconfig.json
$ npm install
$ npm install -g typeorm-model-generator
SwaggerUI page: localhost:3002/api
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# generate CRUD module
$ nest g resource <name>
# check info
$ nest info
# use swagger
$ npm install --save @nestjs/swagger swagger-ui-express
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Nest is MIT licensed.