Commit aed0d86
Add architecture diagram to README (#19)
* Add Mermaid architecture diagram to README
Show the request flow from HTTP clients through middleware layers
(CORS, logging, error handling, rate limiting, auth) into the
router endpoints, the shared MT5 client singleton, and down to the
MetaTrader 5 terminal via pdmt5.
https://claude.ai/code/session_01YNwrPB3iN3JWpkVgM5XwVQ
* Compact FastAPI Application subgraph in architecture diagram
Collapse the middleware chain and seven routers into single summary
nodes to reduce diagram verbosity while keeping the key layers visible.
https://claude.ai/code/session_01YNwrPB3iN3JWpkVgM5XwVQ
* docs: clarify architecture diagram
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent e12714a commit aed0d86
1 file changed
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
17 | 43 | | |
18 | 44 | | |
19 | 45 | | |
| |||
0 commit comments