Files
ci-observer/ci-observer-handover/docs/STACK_OVERVIEW.md
T
2026-05-19 14:53:37 +02:00

8 lines
242 B
Markdown

# Stack Overview
- FE: HTML + CSS + Vanilla JavaScript
- BE: Python + FastAPI
- Between FE and BE: REST API over HTTP (`/api/runs`, `/api/filters`, `/api/config`)
- Under BE: SQLite database + GitHub Actions API as the external data source