You can build a jar files and run them from the command line (it should work just as well with Java 17 or newer). A JavaFX 17+ installed module is also required.
git clone https://github.com/Alexiusss/temperature-regulator
cd temperature-regulator
mvn packageFor starting server app:
java -jar ./server/target/*.jar For starting client app:
java --module-path path-to-javafx-module-here --add-modules javafx.controls,javafx.fxml -jar ./client/target/*.jarYou can then access the REST API documentation here.