Skip to content

infinitelambda/graphene-sqlalchemy-example

Repository files navigation

Graphene with Flask and SQLAlchemy

This example project demos integration between Graphene (Python Framework for GraphQL), Flask and SQLAlchemy.

How to run locally

Create a virtualenv (optional):

virtualenv venv
source venv/bin/activate

Run the docker container:

docker-compose up -d   

Navigate to the web UI:

open http://localhost:5000/graphql

Example query with filters

Example query with filters

About

Demo project to show SqlAlchemy Graphene stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published