Skip to content

Commit

Permalink
diagram test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
EbaAdisu committed Dec 2, 2024
1 parent ad03a9e commit cc88e40
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,18 @@ This repository hosts the backend for [Temaribet](https://temaribet.net/),a prof
```

<!--
A[Client (UI)]
B[Express.js (Backend)]
C[MongoDB (Database)]
D[Prisma ORM] -->

```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
Expand Down

0 comments on commit cc88e40

Please sign in to comment.