A simple app to understand the working of GraphQL. It shows the summary of the user's Github profile.
- Create a Python virtual environment in the root using
python3 -m virtualenv .
and activate itsource bin/activate
- Run
pip install -r requirements.txt
- In the
app/views.py
replace theGithub Token
with your Github Token - Run from
src
folderpython manage.py makemigrations
andpython manage.py migrate
- Run
python manage.py runserver
and use the app at127.0.0.1:8000
Working demo GithubQL
Feel free to report any bugs and enhancements.