18 lines
295 B
Markdown
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"
|
|
```
|
|
|
|
---
|