ตัวอย่าง Diagram ง่ายๆด้วย Mermaid

ในตัวอย่างนี้นำ Flowchart มาประยุกต์นะครับ

Ponggun
T. T. Software Solution
Jan 29, 2023

--

Document

Editor Online

Source Code

flowchart LR
subgraph Web Browser
A(User)
end

subgraph Web App
A --> |https://localhost:8001 |B(App.Web)
end

subgraph Identity Server
B --> |https://localhost:8000| C(App.Id)
end

subgraph Web API
C --> |https://localhost:8002 |D(App.Api)
end

subgraph Database
C --> E[(App.Id.DB)]
end

--

--

Ponggun
T. T. Software Solution

Development Manager, Web Developer with ASP.Net, ASP.net Core, Azure and Microsoft Technologies