✔️ Basic POS functionality (e.g., selling items, generating totals) ✔️ Java-based application (possibly using Swing/JavaFX depending on implementation) ✔️ Clear MVC-style or modular structure ✔️ Ready for extension (inventory, reporting, database support)
This Java POS application aims to provide a foundational point of sale system that can be used in shops or as a learning project for Java application development.
These instructions help you run the project on your local machine for development and testing.
Before you begin, make sure you have:
- Java Development Kit (JDK) 19 installed
- Maven installed (since the project contains
pom.xml) - (Optional) IDE such as IntelliJ IDEA, Eclipse, or NetBeans