Skip to content

unoacm/flask-graphql-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReadMe

Installation

  1. Set up a virtual environment with python 3, ex py -m venv venv
  2. Source the venv - this is platform dependent, but for UNIX: source venv/bin/activate
  3. pip install -r requirements.txt

Running

  1. export FLASK_APP=app.py or set FLASK_APP=app.py depending on OS
  2. flask run
  3. Navigate to localhost:5000/graphql to see the GraphiQL interface

Additional Resources

About

Starter app for playing around with GraphQL in Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages