https://github.com/prevailexcel/product-crud-api
A Simple Project to perfom CRUD with PHP devoid of any framwork or library to accept both form data and JSON
https://github.com/prevailexcel/product-crud-api
Last synced: about 1 year ago
JSON representation
A Simple Project to perfom CRUD with PHP devoid of any framwork or library to accept both form data and JSON
- Host: GitHub
- URL: https://github.com/prevailexcel/product-crud-api
- Owner: PrevailExcel
- Created: 2022-02-22T14:55:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T15:28:53.000Z (over 4 years ago)
- Last Synced: 2025-01-24T12:11:19.359Z (over 1 year ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# product-crud-api
A Simple Project to perfom CRUD with PHP devoid of any framwork or library to accept both form data and JSON
This is a simple API Developed to Create, Read, Update and Delete data from the databaseusing PDO - PHP Data Objects.
The File structure is
- Classes
- Product.php
- SQL
- crudapi.sql
- config.php
- create.php
- product.php
- products.php
- update.php
- delete.php