Simple Notification Service

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.

Documentation

Installation

  1. Install the dependencies:
npm install

Usage

  1. Run automated tests:
npm test