- Set up a virtual environment with python 3, ex
py -m venv venv - Source the venv - this is platform dependent, but for UNIX:
source venv/bin/activate pip install -r requirements.txt
export FLASK_APP=app.pyorset FLASK_APP=app.pydepending on OSflask run- Navigate to
localhost:5000/graphqlto see the GraphiQL interface
- GraphQL documentation: https://graphql.org/
- Graphene documentation: https://docs.graphene-python.org/en/latest/
- List of some GraphQL APIs: https://github.com/APIs-guru/graphql-apis