Home - maikomr/scheduling-system GitHub Wiki

#Scheduling System Wiki

Welcome to the scheduling-system wiki!

##Set Up If you want to run the application you have to:

  • Make sure the Java Runtime Environment (JRE) is installed and the environment variables are properly setup
  • Install maven
  • Execute the command mvn package
  • Execute the command java -jar ./target/scheduling-system-1.0.0.BUILD-SNAPSHOT.jar
  • Open http://localhost:8088 in a web browser

##API Reference When using Scheduling System you will interact with the API Reference The API Reference is also packed and statically served at http://localhost:8088/docs/ApiDocumentation.html