A Java-based Inventory Management System that allows users to manage products and categories. The system features CRUD (Create, Read, Update, Delete) operations for products and categories, real-time stock level updates, and integration with a MySQL database.
- Product Management: Add, update, delete, and view products.
- Category Management: Categorize products for better organization.
- Real-time Stock Updates: Keep track of product inventory levels.
- User Interface: Built using JavaFX for a clean and responsive UI.
- Database Integration: Data is stored and managed using MySQL.
- Java 17 or later
- MySQL database
- Maven for building the project
- Clone the repository:
git clone https://github.com/yourusername/java-inventory-management-system.git