Stack: litestar, pydantic, sqlalchemy[asyncpg], faststream[kafka], uv and ruff
uv sync
litestar --app app.main:app rundocker build -t python-service .
docker run --rm python-servicehttp://localhost:8000/schema (for ReDoc)
http://localhost:8000/schema/swagger (for Swagger UI)
http://localhost:8000/schema/elements (for Stoplight Elements)
http://localhost:8000/schema/rapidoc (for RapiDoc)
This project is licensed under the MIT License.