Skip to content

Graphql API using Flask, Graphene, Flask-Graphql and SQLAlchemy

Notifications You must be signed in to change notification settings

rinajhinjhina/flask-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-graphql

Graphql API using Flask, Graphene, Flask-Graphql and SQLAlchemy

This is just a proof of concept to experiment with Python server side code using Flask. I wanted to implement a GraphQL API so I used grahene. For the database I used SQLite.

Installation

To install setup a virtual env and run the following commands

source venv/bin/activate
(venv) pip3 install -r requirements.txt

About

Graphql API using Flask, Graphene, Flask-Graphql and SQLAlchemy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages