Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 305 Bytes

File metadata and controls

20 lines (14 loc) · 305 Bytes

Overview

Python monorepo + uv + Vertical Slice Architecture

Projects

api and transcriber.

Execute project

docker compose --file docker-compose-dev.yaml up --detach
uv run -- poe start-api-dev
docker compose --file docker-compose-dev.yaml down --volumes