This repository is a microservice. It uses seneca.js and TCP. (Maybe rabbitmq in near future)
The business-logic lives in the lib directory. The index.js is used to expose the functionality.
The repo contains also some tests with a sample to mock the database.
To run the tests, simple call npm run test.
The documentation can be found on the branch gh-pages. To update/generate the docs, call npm run gendocs