Skip to content

bankamitesh/ToDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ToDo

PHP ToDo application.

3 APIs are there :-

Add task - /task/add.php

It takes taskName as GET or POST method, adds the task with the given taskName to the database, sets isDone to default No, sets createdAt to current time and returns $response as JSON format

Edit task - /task/edit.php

It takes taskId as GET or POST method, edits the task with the given taskId and updates isDone to Yes and doneAt to current time and returns $response as JSON format

Read task - /task/read.php

Returns $response in JSON format which has all the task present in the data base.

Contact - Mitesh Banka, banka.mitesh@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages