A multiplayer quiz game platform.
Quizz-Us lets you host and play quiz games with multiple players in real-time. Create your own questions or use the provided quiz data.
Prerequisites: Docker and Docker Compose
docker-compose upThen open your browser to:
- Frontend: http://localhost:3001
- Backend API: http://localhost:8080
Prerequisites: Go 1.20+ and Node.js
-
Start the backend:
make run-backend
-
Start the frontend (new terminal):
make run-frontend
-
Open your browser and navigate to the URL shown.
Players: Join using a game code, answer questions, and see your score in real-time.
Hosts: Start a server, share the game code, and manage the quiz session.
Edit quiz-data.yaml to add your own questions:
- question: "Your question here?"
answer: "The answer"
tags: ["category"]For Developers:
Technical Design: