Merge pull request #49 from nprasad2077/limits

nginx
This commit is contained in:
2026-05-16 06:30:58 -05:00
committed by GitHub
+1 -1
View File
@@ -9,7 +9,7 @@ A high-performance NBA statistics REST API built with Go (Fiber), PostgreSQL, an
│ NGINX (reverse proxy / round-robin load balancer :8080) │
├──────────────────────────────────────────────────────────┤
│ API Instance x3 (Fiber :5000 each) │
│ ┌──────────┐ ┌─────────────┐ ┌───────────────────┐ │
│ ┌──────────┐ ┌─────────────┐ ┌───────────────────┐
│ │ Routes │→ │ Controllers │→ │ Services (scraper) │ │
│ └──────────┘ └─────────────┘ └───────────────────┘ │
├──────────────────────────────────────────────────────────┤