From b658cb46aeaadc0b1a78a2d9227e3608ecd99944 Mon Sep 17 00:00:00 2001 From: vigneshs Date: Tue, 22 Oct 2024 19:23:46 +0530 Subject: [PATCH] Update README.md file --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 6f632a4..79870de 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,28 @@ A modern, full-stack todo application built with Go (Fiber) + React + MongoDB --- +##

🏗️ Architecture

+ +```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