An open API service indexing awesome lists of open source software.

https://github.com/antonio-spinelli/nestjs-tdd-mongodb

NestJS with MongoDB tested with MongoDB Memory Server
https://github.com/antonio-spinelli/nestjs-tdd-mongodb

jest mongodb mongodb-memory-server mongoose nestjs nestjs-mongoose tdd test-driven-development

Last synced: about 2 months ago
JSON representation

NestJS with MongoDB tested with MongoDB Memory Server

Awesome Lists containing this project

README

        

# NestJS TDD: MongoDB
NestJS with MongoDB tested with MongoDB Memory Server

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```

## License

This project is under [MIT licensed](LICENSE).