-
Notifications
You must be signed in to change notification settings - Fork 30
Home
Alexis ROLLAND edited this page Jan 31, 2018
·
67 revisions
Welcome to this tutorial. Its objective is to describe step by step how to create a GraphQL API using the following technologies:
- Python
- Python Flask package
- Python SQLAlchemy package
- Python Graphene package
The API will expose data coming from an SQLite database stored locally on your machine and the end result will follow the logical architecture described in the schema below:

