added frontend for social + feed partiali working

This commit is contained in:
2026-05-18 02:25:47 +02:00
parent e1df55df0e
commit 202ce22102
88 changed files with 4236 additions and 737 deletions

10
frontend/.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Base URL of the Django backend (must include /api/ if your axios baseURL expects it).
VITE_BACKEND_URL="http://localhost:8000/api/"
# Optional override for the WebSocket base. If unset, derived from VITE_BACKEND_URL
# (the `/api` suffix is stripped automatically; only the host is used).
# VITE_WS_URL="ws://localhost:8000"
# Auth endpoints (defaults match Django routes; only override if you changed them).
# VITE_API_REFRESH_URL=/api/token/refresh/
# VITE_LOGIN_PATH=/social/login