This is following tutorial on https://docs.graphene-python.org/projects/django/en/latest/tutorial-plain/
Install dependencies
pipenv installMigrate Django
pipenv run python manage.py migrateLoad the fixtures data
pipenv run python manage.py loaddata ingredientsRun django
pipenv run python manage.py runserverAccess GraphiQL Views by opening localhost:8000/graphql