Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 381 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 381 Bytes

smsXpress

A tool that aims to send simultaneous SMS messages to several users.

DEMO

For this project, I used the following tools:

  • Twilio
  • MongoDB (MongoLab)
  • Nodejs
  • Express
  • AngularJs

In order to run the project you need to:

  • cd /frontend
  • npm i
  • cd ../backend
  • npm i
  • node (or nodemon) index.js