/polymessenger

A web service to handle sending of SMS messages using the Hubtel SMS API

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

PolyMessenger

Web Service to handle sending SMS using Hubtel API. It is designed to essentially be a part of a micro-service architecture

Getting Started

Clone this repo

Prerequisites

  • Node.JS
  • Yarn

Installing

  • Run yarn install in project directory
  • Rename the .env.sample file to .env and fill in the fields
  • Run nodemon to start the project

API Documentation

You can access the API Documentation by navigating to http://localhost:8080/documentation after starting the project

Authors

  • Raaj Ahiable - Initial work - aarjae

License

This project is licensed under the GNU GPL v3.0 License - see the LICENSE.md file for details