Welcome! You can find all the challenges for the Training Platform Fall 2025 and their corresponding files here.
Any service-based challenges (challenges with docker-compose.yml and Dockerfile files) requires running containers. From the challenge folder run docker compose up -d --build. To stop and clean, run docker compose down.