https://github.com/madjava/customer-service
A TDD approach to building REST API
https://github.com/madjava/customer-service
Last synced: 10 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:46:48.000Z (over 3 years ago)
- Last Synced: 2025-03-01T08:45:09.579Z (over 1 year 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
```