This is an application that enables sending and receiving of messages among users
- Node should be installed
- A package manager i.e yarn or npm
$ git clone https://github.com/hoslack/sms_manager.git
$ cd sms_manager
$ yarn install
or
$ npm install
$ yarn start
or
$ npm start
$ npm test
or
$ yarn test