Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jod35/build-a-graphql-api-with-graphene-sqlalchemy-and-flask
- Owner: jod35
- Created: 2022-05-08T18:02:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T07:23:52.000Z (over 2 years ago)
- Last Synced: 2024-11-09T21:13:32.453Z (2 months ago)
- Topics: flask, graphene-python, graphene-sqlalchemy, graphql
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```