https://github.com/davidobinna/beginners-rest-api-server
Beginners Friendly, A flexible Rest Api server for creating URL ENDPOINTS to perform CRUD operation with mysql database server
https://github.com/davidobinna/beginners-rest-api-server
Last synced: about 1 year ago
JSON representation
Beginners Friendly, A flexible Rest Api server for creating URL ENDPOINTS to perform CRUD operation with mysql database server
- Host: GitHub
- URL: https://github.com/davidobinna/beginners-rest-api-server
- Owner: davidobinna
- Created: 2022-09-15T22:54:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T03:19:39.000Z (over 3 years ago)
- Last Synced: 2025-02-01T18:43:06.155Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**REST API SERVER**
A light weight rest api script for creating URL ENDPOINT to communicate and perform CRUD to mysql server via HTTP Request and Response Cycle using php programming language