Files
bds/modules/http_server
Matheus Sampaio Queiroga 2b2084e968 feat: Add web frontend interface
Adds a new `web` subcommand to serve the HTML frontend dashboard.

Includes:
- New `web` module using chi router for frontend routes.
- User session handling via database-backed cookies.
- Refactored data layer, splitting sqlite logic into user,
  token, and cookie packages.
- Introduced common HTTP server helpers.
- Switched API router to use chi.
- Removed unused Postgres database code.
2025-05-06 00:31:10 -03:00
..