https://github.com/ayoubachak/php-product-manager
This is a php stock manager done in the fastest time possible (because I had other stuff to do XD)
https://github.com/ayoubachak/php-product-manager
ajax ajax-form bootstrap crud crud-api crud-application mysql mysql-database php phpmyadmin product
Last synced: 2 months ago
JSON representation
This is a php stock manager done in the fastest time possible (because I had other stuff to do XD)
- Host: GitHub
- URL: https://github.com/ayoubachak/php-product-manager
- Owner: ayoubachak
- Created: 2022-12-09T20:01:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T20:06:55.000Z (over 3 years ago)
- Last Synced: 2025-05-13T18:01:53.321Z (about 1 year ago)
- Topics: ajax, ajax-form, bootstrap, crud, crud-api, crud-application, mysql, mysql-database, php, phpmyadmin, product
- Language: PHP
- Homepage:
- Size: 418 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Php-Product-Manager
This is a php stock manager done in the fastest time possible (because I had other stuff to do XD)
# To Run
- Create a database named as you wish.. you can modify it from the database.php file in the main folder.
- Run the sql file attached in the directory (gestion_des_stocks.sql).
- Run the database servers.
- create an account, start creating products.
# What's special?
- all the files uploaded are trough ajax, so if you find a problem uploading an image it's probably because it's not supported in your browser.
- all the uploaded files are well managed so that every user will have his own dir on the server, and each image will have a special path.