From cc88e40f8bebe9710a2aca08f67bc493c6ededb6 Mon Sep 17 00:00:00 2001 From: Eba Adisu Date: Mon, 2 Dec 2024 19:17:28 +0300 Subject: [PATCH] diagram test 4 --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cae9db7..a8b3c04 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,18 @@ This repository hosts the backend for [Temaribet](https://temaribet.net/),a prof ``` + + ```mermaid flowchart TD - A[Client (UI)] --> B[Express.js (Backend)] - B --> C[MongoDB (Database)] - B --> D[Prisma ORM] + A--> B + B --> C + B --> D D --> B C --> B A --> B