An event-driven microservice application that uses RabbitMQ for messaging between two services - a user service for authentication and an SMS service for sending text messages to users.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Nodejs
- NPm
- RabbitMQ
A step by step series of examples that tell you how to get a development environment running.
Clone the repository:
git clone https://github.com/[username]/[repository-name].git
Install the dependencies:
npm install
Start the user and SMS services:
npm start
Bulk SMS Nigeria (for SMS messaging)
When i have some time on my hands I'll add more functionalities, encryption of data, e.t.c
If you want to contribute to this project, please feel free to fork the project and make a PR.