Add analytics dashboard view and API integration

- Add AnalyticsView.vue for real-time API analytics - Update router to
include /analytics route - Add Analytics link to BottomNav - Improve
MetricCard layout for dashboard consistency - Update main.ts to
initialize global auth store - Add Dockerfile and .env for
containerization and config - Update README with complete API and
architecture overview - Disable Tailwind in main.scss for SCSS-only
styling
This commit is contained in:
rafaeldpsilva
2025-09-18 14:28:01 +01:00
parent 05baaca23c
commit 32c63628b6
9 changed files with 759 additions and 5 deletions

5
.env Normal file
View File

@@ -0,0 +1,5 @@
# API Configuration
VITE_API_BASE_URL=http://localhost:8000
# WebSocket Configuration
VITE_WS_URL=ws://localhost:8000/ws