Files

13 lines
549 B
Markdown
Raw Permalink Normal View History

2022-06-24 22:44:45 +02:00
# Firegex backend
## [GO BACK](../README.md)
2022-07-01 03:59:01 +02:00
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.
2022-06-24 22:44:45 +02:00
![Firegex Working Scheme](../docs/FiregexInternals.png)
2025-03-09 23:51:14 +01:00
Schematic example about how firegex manage the filters
2022-06-24 22:44:45 +02:00
2025-03-09 23:51:14 +01:00
### Read the documentation of the API going at `/api/docs` path and see the swagger documentation of the API.
2022-06-24 22:44:45 +02:00
2022-07-03 19:00:20 +02:00
## [GO BACK](../README.md)