boyinfuture commited on
Commit
75758a5
·
1 Parent(s): 27d7a12

adding the readme file

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -31,8 +31,6 @@ Retail investors are at a massive disadvantage. They lack the sophisticated tool
31
 
32
 
33
  ### Architecture
34
- ```mermaid
35
- graph TD
36
  A[User on React Frontend] -->|1. POST /jobs (ticker)| B(FastAPI Backend);
37
  B -->|2. Dispatch Task| C[Redis Queue];
38
  C -->|3. Pick up Job| D(Celery Worker);
@@ -46,7 +44,7 @@ graph TD
46
  H -->|11. Final Update| F;
47
  A -->|12. GET /jobs/{id} (Polling)| B;
48
  B -->|13. Read Status/Result| F;
49
- end
50
 
51
 
52
  Local Setup & Installation
 
31
 
32
 
33
  ### Architecture
 
 
34
  A[User on React Frontend] -->|1. POST /jobs (ticker)| B(FastAPI Backend);
35
  B -->|2. Dispatch Task| C[Redis Queue];
36
  C -->|3. Pick up Job| D(Celery Worker);
 
44
  H -->|11. Final Update| F;
45
  A -->|12. GET /jobs/{id} (Polling)| B;
46
  B -->|13. Read Status/Result| F;
47
+
48
 
49
 
50
  Local Setup & Installation