Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 501 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 501 Bytes

Quizzes Graphql API

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.

How to run

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.