Update Vorgehensweise

Marcel Schwarz 2021-01-17 18:07:21 +00:00
parent f4455ca688
commit e6d0bcfada

@ -6,11 +6,13 @@
```mermaid ```mermaid
graph TB graph TB
subgraph laufende Anwendung subgraph laufende Anwendung
ANG[Angular Frontend] -->|/api| BACK[Python Backend] API[Swagger Frontend] --> NGINX[Nginx Server]
ANG -->|Static Files, /map oder /dashbaord| NGINX[Nginx Server] ANG[Angular Frontend] --> NGINX
NGINX -->|Static Files| FS[Dateisystem]
NGINX -->|/api| BACK[Python Backend]
BACK -->|Dashboard, Historische Daten| DB[(Unsere Datenbank)] BACK -->|Dashboard, Historische Daten| DB[(Unsere Datenbank)]
BACK -->|Bikepoints| LONDON[London API] BACK -->|Bikepoints| LONDON[London API]
API[Swagger Frontend] -->|/api| BACK
LONDON --> LON_DB[(Live Datenbank)] LONDON --> LON_DB[(Live Datenbank)]
end end