Skip to content

farzad1120/nestjs-sample

 
 

Repository files navigation

NestJS Sample

Compile and build Build Docker Image codecov

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

About

NestJS RESTful APIs Sample

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 98.0%
  • JavaScript 1.6%
  • Dockerfile 0.4%