first commit

This commit is contained in:
Tomáš Dvořák
2025-10-02 12:39:28 +02:00
commit 0fc92f8464
60 changed files with 11834 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Backend Configuration
PORT=8080
# Frontend Configuration (development)
VITE_API_URL=http://localhost:8080
# Database
DB_PATH=./db.sqlite
# Storage
LOGOS_PATH=./logos