Initial commit: WatchStack v0.1.0

- FastAPI + SQLite backend with REST API
- Polymorphic Media model (book + series)
- Cover lookup via Open Library
- Vanilla HTML/CSS/JS frontend (MAL-inspired)
- Dark theme, status tabs, drawer detail, stats modal
- 8 seed demo entries
This commit is contained in:
ki
2026-07-21 23:11:14 +02:00
commit 67f09363f3
16 changed files with 2320 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Lokale Daten
Hier landet die SQLite-DB `watchstack.db` (wird automatisch angelegt).
Dieser Ordner ist in `.gitignore`.