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 app
Automatically installs dependencies, compiles, and runs the application.
mvn clean javafx:run
Creates a JAR file in the app/target/
directory.
mvn clean package
CSE 360 Project by Group 48