Skip to content

Commit abdb14d

Browse files
committed
Update README
1 parent 924dc90 commit abdb14d

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

README.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,18 @@
33
Python monorepo + uv + Vertical Slice Architecture
44

55
# Projects
6+
`api` and `transcriber`.
67

7-
## API
8-
9-
RESTful API.
8+
# Execute project
109

1110
```bash
12-
uv run -- fastapi dev api/src/api/main.py
11+
docker compose --file docker-compose-dev.yaml up --detach
1312
```
1413

1514
```bash
16-
docker build \
17-
--file api/src/api/Dockerfile \
18-
--tag python-monorepo:0.1.0 \
19-
--platform=linux/amd64 \
20-
.
15+
uv run -- fastapi dev api/src/api/main.py
2116
```
2217

2318
```bash
24-
docker run \
25-
--publish 8000:8000 \
26-
--env COMMON__ENVIRONMENT=Development \
27-
python-monorepo:0.1.0
19+
docker compose --file docker-compose-dev.yaml down --volumes
2820
```
29-
30-
# Transcriber
31-
32-
Audio transcriber reading from a queue.

0 commit comments

Comments
 (0)