Using twillio and rabbitmq to send text messages to phones
Using below Tech Stack:
- Spring Boot
- Twillio SDK
- Rabbit MQ
- AngularJS
How To Use:
-
Download and run rabbitmq docker image
docker run -itd --hostname my-rabbit -p 15672:15672 -p 5672:5672 rabbitmq:3-management
-
Clone the repo.
-
Update twillio account details in
src/main/resources/application.properties
-
Build the project...(mvn clean install)
-
Run jar file in target folder
java -jar jar-file
-
Access index page at localhost:8080
-
Enter details in the form and submit.