Follow along with tutorial at How To GraphQL
- Python
- Django
- Graphene & Graphene-Django
- Relay
- JWT Authentication
-
Clone repository and checkout to the develop branch
-
Create virtual environment
python -m venv venv
and source virtual environmentsource venv/bin/activate
- Install all dependencies
pip install -r requirements.txt
- Install all dependencies
-
Run migratoins
python manage.py migrate
-
Run Server
python manage.py runserver
-
Proceed to
localhost:8000/graphql
to access GraphQL Server