Web Service to handle sending SMS using Hubtel API. It is designed to essentially be a part of a micro-service architecture
Clone this repo
- Node.JS
- Yarn
- Run yarn install in project directory
- Rename the .env.sample file to .env and fill in the fields
- Run nodemon to start the project
You can access the API Documentation by navigating to http://localhost:8080/documentation after starting the project
- Raaj Ahiable - Initial work - aarjae
This project is licensed under the GNU GPL v3.0 License - see the LICENSE.md file for details