https://github.com/skillmaker-dev/crud_app
CRUD application to add,update & delete products.
https://github.com/skillmaker-dev/crud_app
Last synced: 11 months ago
JSON representation
CRUD application to add,update & delete products.
- Host: GitHub
- URL: https://github.com/skillmaker-dev/crud_app
- Owner: skillmaker-dev
- Created: 2021-07-09T14:38:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-10T22:50:31.000Z (over 4 years ago)
- Last Synced: 2025-01-28T16:17:06.281Z (about 1 year ago)
- Language: PHP
- Size: 207 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crud_app
CRUD application to add,update & delete products.
Please note that the database will not work if you haven't created your own database.
download products_db.sql file and import it to your localhost.
Change the settings in Database.php (host,password,...).