Skip to content

Felglitzzz/SMSManagementAPI

Repository files navigation

SMSManagementAPI

Sms Management API is a light-weight API written in expressJs for managing SMS

API Documentation

Click here to view the detailed API documentation

Take a Peek

  • API is hosted on heroku via this link

Technologies Used

  • NodeJS - A Javascript runtime built on chrome V8 engine that uses an event-driven non-blocking I/O model that makes it lightweight and efficient.
  • ExpressJs - A minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
  • Mongoose - An ODM for Node.js that provides a straight-forward, schema-based solution to model your application data. It includes built-in type casting, validation, query building, business logic hooks and more, out of the box.
  • MongoDb - A powerful, open source object-relational database system.

How To Install

  1. Install node, version 9 or greater
  2. Install mongodb
  3. Clone the repository git clone https://github.com/Felglitzzz/SMSManagementAPI.git
  4. Navigate to the project directory cd ~/path/to/SMSManagementAPI
  5. Install all dependencies npm i
  6. Configure Mongo
  7. Start the app npm run start-dev
  8. Navigate to the API home http://localhost:3000/api/v1/home

About

API for managing SMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published