Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 781 Bytes

technical-document.md

File metadata and controls

16 lines (10 loc) · 781 Bytes

Project

The following figure represents the complete architecture of the developed project.

LoadBalancer

The nginx reverse proxy will forward '/api/' requests to the available upstreams through dynamic service discovery and '/' requests to Static Resources (index.html and main.js).

The only component where there is state is in the Database, being the link between the upstreams.

The backend internal software organization, the data model, and the main implementation challenges are described in Technical Document Backend.

The frontend internal software organization and the main implementation challenges are described in Technical Document.