https://github.com/chathumiamarasinghe/inventory-management-system
This is a simple Inventory Management System built using PHP, MySQL, and Bootstrap. It allows users to manage products, categories, and generate reports, with user authentication and role-based access.
https://github.com/chathumiamarasinghe/inventory-management-system
apache bootstrap5 css html javascript mysql-database php xampp
Last synced: 8 months ago
JSON representation
This is a simple Inventory Management System built using PHP, MySQL, and Bootstrap. It allows users to manage products, categories, and generate reports, with user authentication and role-based access.
- Host: GitHub
- URL: https://github.com/chathumiamarasinghe/inventory-management-system
- Owner: chathumiamarasinghe
- Created: 2024-08-06T08:27:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-24T16:16:40.000Z (about 1 year ago)
- Last Synced: 2025-04-12T19:07:38.773Z (8 months ago)
- Topics: apache, bootstrap5, css, html, javascript, mysql-database, php, xampp
- Language: PHP
- Homepage:
- Size: 296 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inventory Management System
This is a simple Inventory Management System built using PHP, MySQL, and Bootstrap. It allows users to manage products, categories, and generate reports, with user authentication and role-based access.
## Features
- **Product Management**: Add, edit, delete products.
- **Category Management**: Manage product categories.
- **User Authentication**: Secure login and role-based access (Admin, User).
- **Reporting**: Generate and export inventory reports.
- **Responsive Design**: Mobile-friendly user interface.
## Requirements
- PHP 7.4+
- MySQL
- Apache/Nginx Server
- Composer (optional for dependency management)
## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/inventory-management.git