muktadiur / django-graphql-jwt

Django, Graphene, GraphQL, JWT, and Pytest Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django GraphQL JWT

Django+Graphene, GraphQL Demo

virtualenv --no-site-packages -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

Test

cd backend/bookshop/
pytest

About

Django, Graphene, GraphQL, JWT, and Pytest Demo


Languages

Language:Python 100.0%