This repository contains a server-client interactive music quiz.
- The server is implemented using the Spring Framework.
- The quiz questions (Fragebogen) were not designed by me, but have been implemented in this system.
- The client allows users to connect and participate in real-time, making it an interactive experience.
-
Make sure you have Java 17+ installed.
-
Place the JAR file (
music-quiz-server.jar) in the top-level directory of this repository. -
Open a terminal in this directory.
-
Run the server:
java -jar music-quiz-server.jar
-
Once the server starts, open your browser and go to:
http://localhost:8080/start