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: 10 months ago
JSON representation

A TDD approach to building REST API

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
```