Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 408 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 408 Bytes

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