From fe8d93ccad95158fb26b8bf0a56d784b39704674 Mon Sep 17 00:00:00 2001 From: Lolo Date: Mon, 4 Aug 2025 14:10:37 +0200 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67ebd3e..31bf1d7 100644 --- a/README.md +++ b/README.md @@ -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.