https://github.com/dark-art108/fastapi-graphql-sqlalchemy
Testing out FastAPI+GraphQL+Sqlalchemy+Docker-Compose
https://github.com/dark-art108/fastapi-graphql-sqlalchemy
fastapi graphql python strawberry-graphql
Last synced: about 2 months ago
JSON representation
Testing out FastAPI+GraphQL+Sqlalchemy+Docker-Compose
- Host: GitHub
- URL: https://github.com/dark-art108/fastapi-graphql-sqlalchemy
- Owner: DARK-art108
- Created: 2023-01-22T19:24:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T19:46:44.000Z (over 3 years ago)
- Last Synced: 2025-06-12T00:09:27.063Z (about 1 year ago)
- Topics: fastapi, graphql, python, strawberry-graphql
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## FastAPI+GraphQL+Sqlalchemy+Docker-Compose
This is a simple example of how to use FastAPI with GraphQL and SQLAlchemy with Docker-Compose.
Tasks Done:
- [x] User Schema and Model done
- [x] Create User Mutation done