- 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.py
orset FLASK_APP=app.py
depending on OSflask run
- Navigate to
localhost:5000/graphql
to 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