RMS provides REST interface to :
- Add Reminders
- Update Reminders
- Search Reminders based on due date and / or Status
Reminders can be added / modified or searched using REST endpoints. A single reminder can be added for multiple events [Date Time]. User can add reminder by passing values as few as :
- Reminder subject [Name]
- Description
- Date and Time to reminder
- Add Reminder :
Method : POST
URI : /reminders/update
Media : XML / JSON
- Update Reminder :
Method : POST
URI : /reminders/add
Media : XML / JSON
- Get Reminder :
Method : Get
URI : /reminders/search?date={{date}}&status={{status}}
Media : XML / JSON
RMS is written using :
- Spring Boot
- JPA - Hibernate
- Rest - Jersey
- Javax Validation
- H2 DB
- Mockito & PowerMock - WIP
- Ajax HTML - WIP
WIP
https://www.getpostman.com/collections/4caf3c36566bb06e6814
Application can be star by executing main method of RMSApplication.java
- Ritvik Pandya - https://www.linkedin.com/in/ritvik-pandya-70251b15/