Skip to content

nestjs-examples/nestjs-mongodb-app

 
 

Repository files navigation

Description

A NestJS API template using mongodb

Stack

Version
NestJS 9.X
MongoDB 5.0
Docker 20.1
Docker Compose 1.29.2

Installation

$ yarn 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

References

API Ref https://localhost:3000/docs

Docker compose scripts

Launch services

yarn launch

Stop services

yarn bye

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.7%
  • JavaScript 1.2%
  • Other 1.1%