Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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