The Inventory Management In PHP is a simple project developed using PHP, JavaScript, and CSS. The project contains the admin and staff sides. The admin side manages all the management like editing site contents, adding products, staff, customers, etc.
The admin/member has to log in to use this system. You can perform the CRUD operations in this project. This project makes a convenient way for the store/inventory admin to keep the records of products and orders in a proper way.
About this Inventory Management PHP Project :
This Inventory System is in PHP, JavaScript, Bootstrap, and CSS. Talking about the features of this system, it contains the admin section and staff section. All the editing, updating, managing products are from the admin and staff section. The design of this system is simple so that the user won’t get any difficulties while working on it.
How To Run This Inventory Management PHP Project ?
To run this project, you must have installed a virtual server i.e XAMPP on your PC (for Windows). This Inventory Management is in PHP with source code is free to download, Use for educational purposes only!
After Starting Apache and MySQL in XAMPP, follow the following steps.
1st Step: Extract file
2nd Step: Copy the main project folder
3rd Step: Paste in xampp/htdocs/
4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: Then, click on the databases tab
6th Step: Create a database naming “inventory_project” and then click on the import tab
7th Step: Click on browse file and select “inventory_project.sql” file which is inside the “db” folder
8th Step: Click on go.
After Creating Database,
9th Step: Open a browser and go to URL “http://localhost/Inventory-Management/”
For admin Login details: (riya, test123_S) and for normal users, you can register yourself with your own login details.