Files
TDI-Dashboard/guida.md
T
2026-05-08 14:22:06 +02:00

18 lines
295 B
Markdown

# Tool Scope
Web server che serve un report HTML live del processo RPA:
- GET / -> pagina report (dati freschi dal DB ad ogni richiesta)
- GET /ping -> healthcheck
# Requirements
- python >= 3.14
---
## Dashboard
```powershell
powershell -File "rpa_dashboard.ps1"
```
---