| Služba | Port | Popis | Dokumentace (Swagger) |
|---|---|---|---|
| Frontend | 8080 |
Vue.js 3 + Vite Dashboard | - |
| Device Service | 3000 |
Správa zařízení (CRUD) | Link |
| Auth Service | 3001 |
Autentizace uživatelů (JWT) | Link |
| Notification Service | 3002 |
WebSockets notifikace & telemetrie | Link |
| Sensor Data Service | 3003 |
Sběr dat a vyhodnocování limitů | Link |
docker-compose up --buildAplikace bude dostupná na: http://localhost:8080
npx ts-node scripts/simulate-sensor.ts <DEVICE_ID> [MODE]# Posílat všechna data (teplota, vlhkost, vítr)
npx ts-node scripts/simulate-sensor.ts 654a... all
# Posílat jen teplotu
npx ts-node scripts/simulate-sensor.ts 654a... temperature