Skip to content

d4rkr0n1n/the-spring-boot-microservices-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Project currently under development for proof-of-concept.

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •