Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 338 Bytes

File metadata and controls

12 lines (11 loc) · 338 Bytes

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