The main application serves as a REST API to interact with the quiz data.
- GET /: Retrieve previews of all quizzes.
- GET /test?id=<quiz_id>: Retrieve a specific quiz by its ID.
Run the application:
docker-compose up --build
If you'd like to contribute to this project, please follow these guidelines:
Fork the repository. Create a new branch for your feature or bug fix. Make your changes and submit a pull request.