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.pyreplace theGithub Tokenwith your Github Token - Run from
srcfolderpython manage.py makemigrationsandpython manage.py migrate - Run
python manage.py runserverand use the app at127.0.0.1:8000
Working demo GraphQL-App