forestbelton / python_graphene_starter_pack

A project template for creating GraphQL services with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python_graphene_starter_pack

This is a project template for creating GraphQL services with Python.

Setup

Make sure you have Python 3.7 and pipenv installed. Then run:

$ pipenv install
$ pipenv run start

The application should start.

About

A project template for creating GraphQL services with Python


Languages

Language:Python 87.0%Language:Shell 13.0%