Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 478 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 478 Bytes

ms-notification

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.

Tests

The repo contains also some tests with a sample to mock the database.

To run the tests, simple call npm run test.

Documentation

The documentation can be found on the branch gh-pages. To update/generate the docs, call npm run gendocs