%%{init: {'theme': 'base', 'themeVariables': {'background': '#282828','primaryColor': '#3c3836','primaryTextColor': '#fbf1c7','primaryBorderColor': '#fabd2f','lineColor': '#83a598'}}}%% flowchart LR A[Front-endAngular/Web UI] --> B[HTTP Requestคำขอ] B --> C[REST APIWeb Service] C --> D[Databaseฐานข้อมูล] D --> C C --> E[HTTP ResponseJSON] E --> A
%%{init: {'theme': 'base', 'themeVariables': {'background': '#282828','primaryColor': '#3c3836','primaryTextColor': '#fbf1c7','primaryBorderColor': '#fabd2f','lineColor': '#b8bb26'}}}%% flowchart TD A[CRUDงานข้อมูล] --> B[Createเพิ่ม] A --> C[Readอ่าน] A --> D[Updateแก้ไข] A --> E[Deleteลบ] B --> F[POST] C --> G[GET] D --> H[PUT/PATCH] E --> I[DELETE]
%%{init: {'theme': 'base', 'themeVariables': {'background': '#282828','primaryColor': '#3c3836','primaryTextColor': '#fbf1c7','primaryBorderColor': '#fabd2f','lineColor': '#d3869b'}}}%% flowchart LR A[API Designออกแบบ] --> B[OpenAPI Specเอกสาร] B --> C[Swagger UIหน้า API] C --> D[Front-end Teamเรียกใช้] C --> E[Back-end Teamตรวจสัญญา]