An open API service indexing awesome lists of open source software.

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.

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