This is a software project that I worked on with a team as part of a university course.
-
From
/
(the root project directory) - package and install the artifcats./mvnw clean install
-
From
/server
- start the server../mvnw spring-boot:run
-
From
/client
- start the client../mvnw javafx:run
Please note that the server needs to be running before you can start the client. Also, you can replace ./mvnw
for simply mvn
(if you know what you're doing).