Skip to content

Backend Overview

The backend is a FastAPI service responsible for:

  • Exposure of public and authenticated API routes
  • Zone and risk history retrieval
  • User subscription management
  • Event streaming and integration with Redis and MQTT

The API reference page is generated from Python source modules in backend/src.