/cse360-project

CSE 360 Project

Primary LanguageJava

CSE360 Project (Group 48)

Pizza Tracker App

CircleCI


Usage

Prerequisites

Setup

Set the working directory to the app folder.

cd app

Build and Run

Automatically installs dependencies, compiles, and runs the application.

mvn clean javafx:run

Build to JAR

Creates a JAR file in the app/target/ directory.

mvn clean package

CSE 360 Project by Group 48