/sms_manager

Find the API Docs for SMS Manager Application Here:

Primary LanguageJavaScript

SMS MANAGEMENT APPLICATION

This is an application that enables sending and receiving of messages among users

Codacy Badge Build Status

Screenshot 2019-08-21 at 02 13 14

Installation and Running

Requirements

  • Node should be installed
  • A package manager i.e yarn or npm

Clone the repository

$ git clone https://github.com/hoslack/sms_manager.git
$ cd sms_manager 

Installing dependencies

$ yarn install

or

$ npm install

Running the application

$ yarn start

or

$ npm start

Running the tests

$ npm test

or

$ yarn test