fix formatting in readme files
All checks were successful
Run tests / test (push) Successful in 25s

This commit is contained in:
Your Name
2026-06-25 21:37:12 -06:00
parent ecd4880a28
commit 8015baa7b3
3 changed files with 29 additions and 155 deletions

View File

@@ -23,10 +23,10 @@
```
Raspberry Pi
┌───────────────────────────────────────────────────────────
┌───────────────────────────────────────────────────────────┐
│ │
│ ┌──────────┐ ┌──────────────┐ ┌─────────────────┐ │
│ │ Browser │◄──►│ Flask App │───►│ Display Loop │ │
│ │ Browser │◄──►│ Flask App │───►│ Display Loop │ │
│ │ (GUI) │ │ (port 5000) │ │ (cli.py) │ │
│ └──────────┘ │ │ │ │ │
│ │ /api/* │ │ ┌───────────┐ │ │
@@ -36,15 +36,15 @@
│ └──────┬───────┘ └────────┬────────┘ │
│ │ │ │
│ ┌────▼─────┐ ┌─────▼──────┐ │
│ │ SQLite │ │ trigger │ │
│ │ web.db │ │ .json │ │
│ └──────────┘ └────────────┘ │
│ │
│ ┌────▼─────┐
│ │ uploads/ │
│ │ (images) │
│ └──────────┘
└───────────────────────────────────────────────────────────
│ │ SQLite │ │ trigger │ │
│ │ web.db │ │ .json │ │
│ └──────────┘ └────────────┘ │
│ │ │
│ ┌────▼─────┐ │
│ │ uploads/ │ │
│ │ (images) │ │
│ └──────────┘ │
└───────────────────────────────────────────────────────────┘
```
### Key decisions