The Inventory Management System is designed to help small to medium businesses track and manage their inventory in real-time. It allows users to add, update, remove, and view products, ensuring efficient stock management and avoiding overstocking or stockouts.
- Add, update, and delete products in the inventory.
- Track stock levels and update inventory in real time.
- The employee management system works inside the inventory.
- Generate reports on sales, and reorder levels.
- Clone this repository to your local machine:
git clone https://github.com/CosmicVayu/inventory-management.git
- Navigate to the project directory:
cd inventory-management - Set up the database (if applicable):
- Import the provided
inventory_management.sqlfile to your MySQL database.
- Import the provided
- Open the application in your web browser by navigating to
http://localhost:3300.
-
Login with your admin credentials:
- Username:
manager@gmail.com - Password:
manager123
- Username:
-
Click on the button you want to use for example Product, Supplier, Sales, etc.

-
Once logged in, you can start managing the inventory by:
- Adding new products
- Viewing product details
- Generating stock reports
- Manage Employees using this window panel. You can search, add,delete, etc. using this window.
- Use this window panel to manage suppliers. You can see from whom you are taking the product.
- Orders window table: From here, you can order products from suppliers, which will be updated directly in MySQL.
- Fork the repository.
- Create your feature branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add new feature' - Push to your branch:
git push origin feature/your-feature-name
- Open a pull request to the main branch for review.
