File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The Booking System is designed as a decoupled client-server architecture. It con
1313``` mermaid
1414graph TD
1515 %% Client Tier
16- subgraph Client Tier ( Single Page Application)
16+ subgraph Client Tier: Single Page Application
1717 Browser[Web Browser]
1818 ReactApp[React 19 SPA / TypeScript]
1919 style ReactApp fill:#61dafb,stroke:#333,stroke-width:2px,color:#000
@@ -26,7 +26,7 @@ graph TD
2626 end
2727
2828 %% Application Tier
29- subgraph Service Tier ( Django Backend)
29+ subgraph Service Tier: Django Backend
3030 Django[Django 5.1 Web Application]
3131 DRF[Django REST Framework / API Layers]
3232 Spectacular[DRF Spectacular / OpenAPI Doc Generator]
@@ -48,7 +48,7 @@ graph TD
4848
4949 %% Interactions
5050 Browser -->|Serves Assets / Interacts| ReactApp
51- ReactApp -->|1. Weather Fetch ( Direct HTTPS) | OpenMeteo
51+ ReactApp -->|1. Weather Fetch: Direct HTTPS| OpenMeteo
5252 ReactApp -->|2. Local API Calls /api/*| ViteProxy
5353 ViteProxy -->|3. Proxy to Port 8000| DRF
5454 DRF -->|ORM Calls| SQLite
You can’t perform that action at this time.
0 commit comments