mirror of
https://github.com/hantsy/nestjs-rest-sample.git
synced 2025-12-08 20:36:27 +00:00
NestJS Sample
A NestJS RESTful APIs sample project.
Docs
Build
Install the dependencies.
$ npm install
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Test
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Reference
Languages
TypeScript
98.6%
JavaScript
1.2%
Dockerfile
0.2%