Inventory Management System An inventory management system is built with PHP And MySQL to helps businesses effectively manage their inventory or stock of products. Live Demo This project was developed using the following: XAMPP PHP MySQL Database HTML CSS Bootstrap Screenshots: How to Run ?? Download and Install any local web server such as XAMPP. Download the provided source code. System Installation/Setup Open your XAMPP Control Panel and start Apache and MySQL. Extract the downloaded source code zip file. Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin Create a new database naming "inventorymanagement". Import the provided SQL file. The file is known as inventorymanagement.sql located inside the database folder. Browse the Simple Inventory Management System in a browser. i.e. http://localhost/InventoryManagement/ Enjoy :)