A web-based inventory management application designed to help users organize, monitor, and maintain records of household items efficiently. The system provides simple inventory tracking with full CRUD (Create, Read, Update, Delete) functionality backed by a MySQL database.
-
Add Inventory Items Easily register new household items with their corresponding details.
-
Update Existing Records Modify item information whenever changes are needed.
-
Remove Unwanted Entries Delete inventory records that are no longer relevant.
-
Database Integration Store and manage inventory data securely using MySQL.
This project was developed using the following technologies:
- HTML
- CSS
- JavaScript
- PHP
- MySQL
- Apache (via XAMPP)
Before running the application, ensure that the following software is installed:
- XAMPP or WAMP (Apache, PHP, and MySQL)
- A modern web browser (Chrome, Edge, Firefox, etc.)
git clone https://github.com/abitsiflow/Home_Inventory_System.git
Move the project folder to your local server's root directory:
XAMPP
C:/xampp/htdocs/
-
Launch Apache and MySQL from the XAMPP/WAMP Control Panel.
-
Open phpMyAdmin:
-
Create a new database named:
home_inventory
-
Import the SQL file located in the
config_data/directory.
Open the database configuration file inside the backend/ folder and update the connection settings if necessary:
$host = "localhost";
$user = "root";
$password = "";
$database = "home_inventory";
Open your browser and visit:
http://localhost/Home_Inventory_System/home-Inventory-system/
Home_Inventory_System/
│
├── backend/
│ └── PHP backend logic and database operations
│
├── config_data/
│ └── SQL files for database setup and configuration
│
└── home-Inventory-system/
└── Frontend files (HTML, CSS, JavaScript)
---
## 🤝 Contributing
Contributions are welcome. Feel free to submit pull requests for improvements, bug fixes, or new features. For significant changes, please open an issue first to discuss your proposed modifications.
---
## 📄 License
This project is distributed under the MIT License. See the `LICENSE` file for more information.
---
## 👨💻 Author
Developed by **abitsiflow** as part of a web development and database management learning project.