Ecosyste.ms: Awesome
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: 7 days ago
JSON representation
REST API for Todo application
- Host: GitHub
- URL: https://github.com/meenachie/api_todo
- Owner: Meenachie
- Created: 2024-01-11T17:36:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-22T05:45:02.000Z (10 months ago)
- Last Synced: 2024-01-22T06:42:51.103Z (10 months ago)
- Topics: api, crud, php, rest-api, todo-app
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).