Skip to content
Alexis ROLLAND edited this page Jan 31, 2018 · 67 revisions

Flask Graphene SQLAlchemy Tutorial

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:

Architecture

Create the database

Data model