This commit is contained in:
2025-08-04 14:10:37 +02:00
parent 06661acf10
commit fe8d93ccad

View File

@@ -112,7 +112,7 @@ As a cloud-native approach, we will take blob storage as a service-independent m
- __IBM Cloud Object Storage:__ Enterprise-grade, scalable object storage.
- __MinIO:__ Self-hosted, S3-compatible object storage solution for on-premises or private cloud.
#### System Architecture
### System Architecture
![Diagram of the conections between the described componentes. Frontend connected to BFF, BFF connected to BlobProvider, BFF connected to Backend, Backend connected to DataProvider and Backend connected to Identity provider.](docs/architecturalComponentLayout.svg)
@@ -137,7 +137,7 @@ Since frontend will be device dependant at a future, BFF will give flexibility f
---
### Glossary
## Glossary
__Frontend:__ The part of the application that users interact with directly, typically the website or app interface.