Pizza Tracker App
- Java Development Kit (JDK) (recommended version 19)
- Apache Maven (recommended version 3.8)
Set the working directory to the app folder.
cd appAutomatically installs dependencies, compiles, and runs the application.
mvn clean javafx:runCreates a JAR file in the app/target/ directory.
mvn clean packageCSE 360 Project by Group 48