This is the API for your tasks. You can add/show/update/delete tasks using this API.
Send these information using JSON format.
- Task title (e.g. Homework)
- Task description (e.g. Do mathmatics in page 23.)
- Task due date (e.g. 20230830)
- Task status (e.g. 1) -> 1: To Do, 2:In Progress, 3:Completed
Method: POST
URL: https://simple-task-tracker.onrender.com/tasks/
Method: GET
URL: https://simple-task-tracker.onrender.com/
Method: PUT
URL: https://simple-task-tracker.onrender.com/tasks/:taskid
(e.g. https://simple-task-tracker.onrender.com/tasks/1 )
Method: DELETE