REST web services
Budget: $10 – $30 CAD
Write a RESTful web service that schedules messages to be printed. The web service should accept a message content and delivery time. The
web service should return 202 status code (accepted) if the message was successfully scheduled. The web service should print the message
content on the console at the delivery time specified. The system should recover and messages should not be lost in case of restart
web service should return 202 status code (accepted) if the message was successfully scheduled. The web service should print the message
content on the console at the delivery time specified. The system should recover and messages should not be lost in case of restart