This is django project (multicontainer application) that allows to create, update, retrieve and list quizzes and its topics using a Grapql API thanks to django-graphene.
You need to have docker and docker compose installed. To run execute from the repository directory:
$ docker-compose build
$ docker-compose up
Then go to localhost:8000/graphql to be able to perform the qraphql queries you want.