A simple notification service built with Clean Code, Clean Architecture and some DDD concepts.
Note: This project is still under development. Until the moment I've developed a first version of some domain concepts and use cases. I still haven't decided on the database or even which node server framework to use.
- Install the dependencies:
npm install
- Run automated tests:
npm test