The project was created using IntelliJ /(https://www.jetbrains.com/de-de/idea/) and Java 11.
In order to run the prototype, the appropriate JDK has to be downloaded (https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) and selected in IntelliJ (https://www.jetbrains.com/help/idea/sdk.html).
Then the project can be cloned by selecting "Check out from Version Control" => "Git" => URL: https://github.com/Kerni1996/DSCSService.git in the Weclome Screen of Intellij.
By clicking the "Test" button, the connection should be successfully established.
With a click on "Clone" the project gets downloaded to the local machine.
To run the code, you have to navigate to "src,com.Swing,Test,Test" and right-click on Test and select "Run 'Test.main()'.
Alternatively, DSCSService/src/DSCS.jar can be run with a double click if the newest version of Java is configured on the computer.