Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madjava/customer-service
A TDD approach to building REST API
https://github.com/madjava/customer-service
Last synced: about 2 months ago
JSON representation
A TDD approach to building REST API
- Host: GitHub
- URL: https://github.com/madjava/customer-service
- Owner: madjava
- Created: 2019-11-19T22:05:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:46:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T06:22:36.701Z (almost 2 years ago)
- Language: JavaScript
- Size: 25.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Customer Service
A TDD approach to building REST API
Credit to [*Parri Pandian*](https://github.com/parripandian) whose book i read every page.
Implemented in-memory MongoDb for integration tests using [mongodb-memory-server](https://www.npmjs.com/package/mongodb-memory-server) instead of [mockgoose](https://www.npmjs.com/package/mockgoose-fix).
To run all test run
```bash
npm test
```