An open API service indexing awesome lists of open source software.

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

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