Graphql Python Server
Graphql server written in Python, uses FastAPI asynchronous framework, graphql Ariadne engine and ArangoDB database. A high performance working stack with clean and easy python syntax. Use it however you want, although it's just a starting point.
Requirements
- Install poetry
pip install poetry
Starting
-
Clone the repository
git clone https://github.com/apoveda25/graphql-python-server.git
-
Enter the repository folder
cd graphql-python-server/
-
Create a virtual environment
poetry shell
-
Open with vscode
code .
-
Install dependencies
poetry install
-
Start server
uvicorn main:app --reload --port 8000
-
Enter the url
http://localhost:8000/graphql/