Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 686 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 686 Bytes

The Spring Boot Microservices Project

Architecture

flowchart LR
 subgraph DBSvc["DB Service"]
    direction LR
        API["DB API"]
        DB[("Database")]
  end
 subgraph AppSvc["Application Services"]
    direction TB
        Frontend["Frontend Service"]
        Backend["Backend Service"]
        DBSvc
  end
 subgraph Microservices["Microservices"]
    direction LR
        AppSvc
        APIGateway["APIGateway"]
  end
    APIGateway <--> AppSvc
    Frontend <--> Backend
    Backend <--> DBSvc
    API <--> DB
    World["World"] <--> APIGateway
Loading

Repo Tree

To-Do after MS completion.

To Be Generated by RepoTree