fastapi-graphql
fastapi-graphql copied to clipboard
FastAPI + GraphQL
Developing an API with FastAPI and GraphQL
Want to learn how to build this?
Check out the post.
Want to use this project?
-
Fork/Clone
-
Create and activate a virtual environment:
$ python3 -m venv venv && source venv/bin/activate -
Install the requirements:
(venv)$ pip install -r requirements.txt -
Update db.py.
-
Run the server:
(venv)$ uvicorn main:appNavigate to http://localhost:8000.