Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jod35/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
https://github.com/jod35/build-a-graphql-api-with-graphene-sqlalchemy-and-flask

flask graphene-python graphene-sqlalchemy graphql

Last synced: 15 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```