项目作者: rohanfaiyazkhan

项目描述 :
Graphql API using Flask, Graphene, Flask-Graphql and SQLAlchemy
高级语言: Python
项目地址: git://github.com/rohanfaiyazkhan/flask-graphql.git
创建时间: 2019-07-20T19:03:28Z
项目社区:https://github.com/rohanfaiyazkhan/flask-graphql

开源协议:

下载


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

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