Skip to content

Commit df40749

Browse files
committed
chore: Updated architecture figs
1 parent d53c7ac commit df40749

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

93.7 KB
Loading
158 KB
Loading

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This knowledge graph enables advanced use cases such as automated supply chain i
4242

4343
Secure Chain software architecture is based on microservices. The application is divided into several layers, each with a specific role and associated technologies that allow for independent scaling, maintenance, and development of functionalities. The layers that make up this architecture are briefly described below:
4444

45-
1. **Frontend (Client Application):** Built with *Next.js*, this is the user-facing layer accessed through a browser or mobile device. It sends HTTP/HTTPS requests to the backend, handles user input, and displays the results dynamically.
45+
1. **Frontend (Client Application):** Built with *Next.js*, and served statically with *Nginx*, this is the user-facing layer accessed through a browser or mobile device. It sends HTTP/HTTPS requests to the backend, handles user input, and displays the results dynamically.
4646

4747
2. **API Gateway (BFF - Backend for Frontend):** Implemented with *FastAPI*, this gateway manages routes client requests to the appropriate microservice, and aggregates data when necessary.
4848

local-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nav_order: 4
66

77
# Local Deployment
88

9-
You can try **Secure Chain** tools in your local machine following the next steps.
9+
You can try **Secure Chain** tools backends in your local machine following the next steps.
1010

1111
## Enviroment File
1212

0 commit comments

Comments
 (0)