Rapidtext multipurpose sms/bulk sms app for alert & commercial purpose

gmpravin

Pravin g

Posted on April 16, 2020

Rapidtext multipurpose sms/bulk sms app for alert & commercial purpose

What I built

Rapidtext is a open source web application used to send a sms/bulk sms using twilio api

This is multi purpose sms / bulk SMS app it can be used for various of purpose like thet sending alert message related to covid19, and also used for commercial purpose for business , colleges , hospitals

Category Submission:

node.js,javscript,express.js

How I built It

  • Node.js web server using Express.js
  • Basic web user interface using ejs
  • Bcrypt for hashing a user password
  • Encrypt & decrypt a twilio credential by Crypto-js
  • Mysql database is used
  • Its support multi users
  • Validation on each forms by express valiadtor
  • Error handling in different situations
  • Send bulk sms Through txt file
  • Send massages with different mobile numbers (purchase a Different mobile number from twilio), No default Sender number
  • Linting and formatting using ESLint and Prettier fancy 404 page and 500 page
  • Uploaded files will be deleted in every 3600sec

Screenshot below

Login
img
img
img
img
img
img

img

checks a uploaded file is a mobile numbers or unwanded content

img

img

img
img
img

Link to Code

https://github.com/gmpravin/rapidtext

If you Like this repo please hit a star button

Additional Learning Resources/Info

Node.js sql https://www.w3schools.com/nodejs/nodejs_mysql.asp
Node.js https://www.w3schools.com/nodejs/default.asp
Stackoverflow for issues sloving
Google for seraching
EJS ejs.co

Bust of Luck!!!!!!!!!!!!!!!!!!!!

Happy learning :)

💖 💪 🙅 🚩
gmpravin
Pravin g

Posted on April 16, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related