This is a ToDo application, an API made with JAVA API that has basic CRUD(Create, Read, Update, Delete). This API is made to fulfill the Jenius apprentice test.
- Install eclipse
- Clone the repository and open in eclipse
- Run the Application (Follow the steps in the picture in the "steps" folder)
- Use the ToDo Application
Actions URI:
-
Get :
-
Post :
-
Put :
-
Delete
Sample Input Data :
- json
{
"id": "T004",
"task": "Create a todoapp",
"finished": "true"
}Notes
Post -> add new data if key doesn't exist, overwrite data if key exist
Put -> update data if key exist
If there is an error, feel free to contact me at [email protected] !