This is an sms api that allows people to create contacts, and send messages to their contacts
- Node
- Express
- MongoDB
- Mongoose ORM
- Clone the branch
git clone https://github.com/lukorito/sms-management-api.git
cd sms-management-api
- Run
yarn
- create a
.env
file with details as specified inenv-example
- Run
yarn start
to start the application