# Quizzard of Oz ```{raw} html

Project Documentation

Build a multiplayer quiz platform with confidence.

Quizzard of Oz combines casual play, ranked competition, and a clear system architecture. This documentation gives the team one place for product intent, technical direction, and architecture decisions.

Explore architecture Get started
Installation

Get the app running

Clone the repository, copy the environment file, and start all four services with a single Docker Compose command.

Usage

App features and flows

Register, enter ranked matchmaking, play practice quizzes, and read the leaderboard — explained step by step.

Architecture

arc42-style system overview

Understand the core building blocks, constraints, runtime expectations, and deployment shape.

ADRs

Key technology decisions

Track the current decisions behind the frontend, backend, and package management stack.

Testing

Documented test concept

Review the test levels, tools, CI quality gates, coverage reports, and known test gaps.

``` ## Quick Start - Follow [Installation](installation.md) to get the application running locally with Docker. - Read [Usage](usage.md) for a walkthrough of practice mode, ranked battles, and the leaderboard. - Start with [Architecture](architecture.md) if you need the big-picture system design. - Review [Architecture Decisions](decisions.md) when you need the reasoning behind the chosen stack. - Read [Test Concept](test-concept.md) when you need the test strategy, quality gates, and execution commands. ## Project Links - Repository: [SQS-Team-11](https://github.com/Gravefax/SQS-Team-11) - Read the Docs: [Published documentation](https://quizzard-of-oz.readthedocs.io/en/latest) ```{toctree} :maxdepth: 2 :caption: Documentation :hidden: installation usage architecture decisions test-concept ```