Files
AuroraBot-discord/web
syntaxbullet 17cb70ec00 feat: integrate real data into dashboard
- Created dashboard service with DB queries for users, economy, events
- Added client stats provider with 30s caching for Discord metrics
- Implemented /api/stats endpoint aggregating all dashboard data
- Created useDashboardStats React hook with auto-refresh
- Updated Dashboard.tsx to display real data with loading/error states
- Added comprehensive test coverage (11 tests passing)
- Replaced all mock values with live Discord and database metrics
2026-01-08 18:50:44 +01:00
..
2026-01-08 16:09:26 +01:00
2026-01-08 16:09:26 +01:00
2026-01-08 16:09:26 +01:00
2026-01-08 16:09:26 +01:00
2026-01-08 16:09:26 +01:00
2026-01-08 16:09:26 +01:00
2026-01-08 16:09:26 +01:00
2026-01-08 16:09:26 +01:00
2026-01-08 16:09:26 +01:00
2026-01-08 16:09:26 +01:00

Aurora Web

To install dependencies:

bun install

To start a development server:

bun dev

To run for production:

bun start

This project was created using bun init in bun v1.3.3. Bun is a fast all-in-one JavaScript runtime.