Best Flask open-source libraries and packages

Build a GraphQL API with Graphene SQLAlchemy And Flask

This is code for a live stream where I walked through how to build a GraphQL API with Flask , SQLAlchemy and Graphene-Python
Updated 9 months ago

Build-a-GraphQL-API-with-Graphene-SQLAlchemy-And-Flask

This is code for a live stream where I walked through how to build a GraphQL API with Flask , SQLAlchemy and Graphene-Python

To run this code

  • Install the project requirements with
pip install -r requirements.txt 
  • Finally run with
python main.py