Files
Domingo Dirutigliano 25d71c4b94 README: update
2025-03-09 23:52:34 +01:00

13 lines
549 B
Markdown

# Firegex backend
## [GO BACK](../README.md)
The backend of firegex is written with fastapi. The aim of the backend is to manage all the requests from the react front-end and manage also the proxy processes of the entire firewall. The fastapi webserver is responsable of deploying the react app.
![Firegex Working Scheme](../docs/FiregexInternals.png)
Schematic example about how firegex manage the filters
### Read the documentation of the API going at `/api/docs` path and see the swagger documentation of the API.
## [GO BACK](../README.md)