Inventory Management System is a simple Java application developed using Swing for the user interface and MySQL for data storage. The system allows users to manage product inventory by adding, updating, deleting, and viewing product details.
- CRUD Operations: Add, update, delete, and view products
- Clean UI: Built with Java Swing
- MySQL Integration: Connects to MySQL for persistent data
- Java Development Kit (JDK) 8 or higher
- MySQL Server installed and running
- MySQL Connector/J library
Clone the repository or download the source code.
- git clone https://github.com/SiddhiikaN/InventoryManagementSystem.git
- cd InventoryManagementSystem