An inventory management system which leverages on data structures like stacks, queues and hashmaps to store and process data.
Install Struct Inventory with git
https://github.com/Rquaicoo/Struct-Inventory
cd Struct-Inventory
Client: JavaFx, Java, CSS
Database: MySQL
IDE: IntelliJ IDEA
- Open the application in IntelliJ IDEA and configure the project
- Run the application
HelloApplication.java
is the entry point of the app. It contains the main function.
A user is required to input a username and password to enter the application. The following functionalities are extended to a user:
- Dashboard for graphical view of data stored in database.
- Manage products (create products, delete products, view products)
- Manage goods(create, view)
- Managing products (create, update, delete, view)
- Viewing report of sales history
- View vendors