Skip to content

Commit

Permalink
Update README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshs committed Oct 22, 2024
1 parent 75844d0 commit b658cb4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,28 @@ A modern, full-stack todo application built with Go (Fiber) + React + MongoDB

---

## <p align="left"> 🏗️ Architecture </p>

```mermaid
graph TD
Client[React Frontend] -->|HTTP Requests| Backend[Go API]
Backend -->|CRUD Operations| Database[(MongoDB)]
Client -->|Static Assets| FrontendBuild[React Build]
subgraph "Frontend (React)"
Client
FrontendBuild
end
subgraph "Backend (Go)"
Backend
end
subgraph "Database"
Database[(MongoDB)]
end
```

## ✨ Features

- 📱 Responsive Design
Expand Down

0 comments on commit b658cb4

Please sign in to comment.