Skip to content

kedeinroga/django-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-graphql

django testing with graphql

Do it step by step


with the virtual environment activated:

pip install django
pip install graphene_django
pip install django-filter

django-admin startproject djangographql

cd djangographql

python3 manage.py startapp movies

python3 manage.py makemigrations movies
python3 manage.py migrate

python3 manage.py runserver

About

django testing with graphql

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages