Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 7 days 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).