first commit

This commit is contained in:
2025-08-01 06:05:06 +02:00
commit e2c546527f
44 changed files with 11845 additions and 0 deletions

6
frontend/example.env Normal file
View File

@@ -0,0 +1,6 @@
# Backend API URL (used if you need to override the default proxy settings in vite.config.ts)
# VITE_API_BASE_URL=http://localhost:8000
# Note: By default, the frontend proxies API requests to http://localhost:8000
# as configured in vite.config.ts. You only need to set VITE_API_BASE_URL
# if you want to use a different backend URL.