Stock Management Application is a simple, user-friendly JavaFX-based application that allows users to manage their inventory with ease. The application is designed to work with MySQL databases, allowing users to create, modify, and delete items while keeping track of their inventory, and each item corresponds to one specific user. Users can also sort items to find specific products.
Signing up and loggin in:
Items management grid view:
DesktopStockApp is a user-friendly stock management application that enables user account creation, full crud functionality for items, and achieves persistence through the use of MySql.