A simple PHP web system for managing an inventory.
- Clone the repository and move the root folder to the deployment folder of your browser. (for Apache, this is htdocs)
- Create a blank DB called shop_inventory in MySQL
- Load the sql dump to the newly created shop_inventory database
- Change the root url of your website in constants.php file
- PHP
- MySQL
- Apache
- Google Chrome web browser (JavaScript enabled)
- Internet connection with a reasonable speed
- Access the login.php file from via browser and give guest as username and 1234 as password
- Inspired by many similar projects online