Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TemperatureRegulator

Run TemperatureRegulator locally

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 package

For 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/*.jar

You can then access the REST API documentation here.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages