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: 2 months ago
JSON representation
NestJS with MongoDB tested with MongoDB Memory Server
- Host: GitHub
- URL: https://github.com/antonio-spinelli/nestjs-tdd-mongodb
- Owner: antonio-spinelli
- License: mit
- Created: 2020-05-26T18:13:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T11:53:59.000Z (about 3 years ago)
- Last Synced: 2025-01-23T18:50:05.237Z (over 1 year ago)
- Topics: jest, mongodb, mongodb-memory-server, mongoose, nestjs, nestjs-mongoose, tdd, test-driven-development
- Language: TypeScript
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).