notifications-gateway

A Simple and Efficient gateway for sending all kinds of notifications ranging from Email, SMS and Push Notifications

Stars
1

Node Notificaitons Gateway

How to get started

  1. Install the packages
npm install
  1. Run the server
npm run start
  1. Done. Check the status of the server
http://localhost:3000/api/v1/health

You will be able to see this response:

{
  "status": "up"
}

This means you are good to go.

Running Test

The project use Jest as the test runner and also uses chai and supertest

npm run test

Enjoy