API is developed with SpringBoot and Hibernate framework. To send text messages Twillio is used. Twillio is a messaging API that helps to sends and receive the text messages.
Here is some test using PostMan
In this section can be added new event. Using the postman, have to pass eventId, receiver mobile number, text message and date and time. These for requirement makes a new event. A timer is running with in 30 seconds so when time and date are match the message event will occure and event will remove from the database.
To remove the event, have to pass eventId. And using the event id, that event will be removed from the database.
Collection Link : https://www.getpostman.com/collections/645d09e0e2cdd47cb6e2