/graphql-django-tutorial

Code for the GraphQL tutorial at DjangoCon 2017

Primary LanguagePython

Setup Instructions

Install required packages

pip install -r requirements.txt

Check if everything is working

python manage.py runserver

You should have a django application running http://127.0.0.1:8000.

You should also be able to open the hello world page on http://127.0.0.1:8000/polls/