-
This is a desktop Inventory Management application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
It is a Java application which aims to help supermarkets' stakeholders to manage the inventory.
-
It is written in OOP fashion. This will enable the application to model the supermarket realistically and help stakeholders to manage the inventory smoothly.
-
This application originated from AddressBook-Level4 project, created by SE-EDU initiative at https://github.com/se-edu/.
-
Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.
-
Libraries used: TextFX, ControlsFX, Jackson, Guava, JUnit5