Skip to content

JohansonB/Musik_Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Music Quiz

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.

How to Run

  1. Make sure you have Java 17+ installed.

  2. Place the JAR file (music-quiz-server.jar) in the top-level directory of this repository.

  3. Open a terminal in this directory.

  4. Run the server:

    java -jar music-quiz-server.jar
    
    
  5. Once the server starts, open your browser and go to:

    http://localhost:8080/start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors