feat: initial commit

This commit is contained in:
nikola
2026-05-19 14:53:37 +02:00
commit ea7e728222
34 changed files with 680 additions and 0 deletions
@@ -0,0 +1,7 @@
# 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