Commit
·
ea2c971
1
Parent(s):
f887cdc
adding ui design
Browse files
README.md
CHANGED
|
@@ -41,21 +41,21 @@ This project is built with a modern, scalable, and containerized architecture.
|
|
| 41 |
|
| 42 |
The system is designed as a decoupled, multi-service application orchestrated by Docker Compose.
|
| 43 |
graph TD
|
| 44 |
-
|
| 45 |
A[React Frontend]
|
| 46 |
-
|
| 47 |
|
| 48 |
-
|
| 49 |
B(FastAPI Backend API)
|
| 50 |
C[Redis Queue]
|
| 51 |
D(Celery Worker)
|
| 52 |
-
|
| 53 |
|
| 54 |
-
|
| 55 |
E[(Neon DB)]
|
| 56 |
F{Data Sources<br/>(yfinance, Google, Reddit)}
|
| 57 |
G{Google AI<br/>(Gemini 1.5 Flash)}
|
| 58 |
-
|
| 59 |
|
| 60 |
A -->|1. POST /jobs (ticker)| B;
|
| 61 |
B -->|2. Creates Job Record| E;
|
|
|
|
| 41 |
|
| 42 |
The system is designed as a decoupled, multi-service application orchestrated by Docker Compose.
|
| 43 |
graph TD
|
| 44 |
+
"User's Browser"
|
| 45 |
A[React Frontend]
|
| 46 |
+
|
| 47 |
|
| 48 |
+
"Backend Services (Docker)"
|
| 49 |
B(FastAPI Backend API)
|
| 50 |
C[Redis Queue]
|
| 51 |
D(Celery Worker)
|
| 52 |
+
|
| 53 |
|
| 54 |
+
"External Services"
|
| 55 |
E[(Neon DB)]
|
| 56 |
F{Data Sources<br/>(yfinance, Google, Reddit)}
|
| 57 |
G{Google AI<br/>(Gemini 1.5 Flash)}
|
| 58 |
+
|
| 59 |
|
| 60 |
A -->|1. POST /jobs (ticker)| B;
|
| 61 |
B -->|2. Creates Job Record| E;
|