initial commit

This commit is contained in:
2026-07-20 18:21:31 +02:00
commit 42ce1eecae
83 changed files with 13896 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Fixed Smart Backend
Implementace vibe-coded backendu aplikace Fixed Smart
Toto je vibe-coded backend implementovaný z ručně napsané API specifikace z Smali instrukcí z APK souboru.
NOTE: Některé nedůležité funkce nejsou implementované (OAuth login, Analytika, atd.)
## Deployment
Docker compose:
```yaml
services:
fixed-api:
## TODO: Add url for image
restart: unless-stopped
ports:
- "3000:3000"
environment:
- NODE_ENV=production
- REGISTRATION_DISABLED=false # Disabling registration
volumes:
- fixed-data:/app/data
volumes:
fixed-data:
```
## Vibe-coded
Protože kód je 100% od LLM, nezaručuji, že bude fungovat, bude bezpečný nebo cokoli mezi tím.