Skip to content

Commit b658cb4

Browse files
committed
Update README.md file
1 parent 75844d0 commit b658cb4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,28 @@ A modern, full-stack todo application built with Go (Fiber) + React + MongoDB
3131

3232
---
3333

34+
## <p align="left"> 🏗️ Architecture </p>
35+
36+
```mermaid
37+
graph TD
38+
Client[React Frontend] -->|HTTP Requests| Backend[Go API]
39+
Backend -->|CRUD Operations| Database[(MongoDB)]
40+
Client -->|Static Assets| FrontendBuild[React Build]
41+
42+
subgraph "Frontend (React)"
43+
Client
44+
FrontendBuild
45+
end
46+
47+
subgraph "Backend (Go)"
48+
Backend
49+
end
50+
51+
subgraph "Database"
52+
Database[(MongoDB)]
53+
end
54+
```
55+
3456
## ✨ Features
3557

3658
- 📱 Responsive Design

0 commit comments

Comments
 (0)