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

Flask Graphene SQLAlchemy Tutorial

Welcome to the Flask Graphene SQLAlchemy Tutorial!

Introduction

The objective of this tutorial 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 end result follow the logical architecture schema below. Architecture

Database

Data model