An open API service indexing awesome lists of open source software.

https://github.com/meenachie/api_todo

REST API for Todo application
https://github.com/meenachie/api_todo

api crud php rest-api todo-app

Last synced: 6 months ago
JSON representation

REST API for Todo application

Awesome Lists containing this project

README

          

# Todo application REST API
Simple REST APIs are created using PHP where the users can perform various crud operations on the database like POST(create), GET(read), PUT(update) and DELETE(delete).