Skip to content
@VictoryRestaurant

Victory Restaurant | Open source restaurant automatization system

---
title: System diagramm
---
flowchart LR 

%% ----------------------- Desktop -----------------------

Desktop(((Desktop))) --> DesktopGateway(Desktop Gateway) --> InnerGateway(Inner Gateway)

InnerGateway(Inner Gateway) -- Desktop --> AuthService(Auth Service)

InnerGateway(Inner Gateway) -- Desktop --> UsersService(Users Service)

InnerGateway(Inner Gateway) -- Desktop --> ContactService(Contact Service)

InnerGateway(Inner Gateway) -- Desktop --> FoodService(Food Service)

InnerGateway(Inner Gateway) -- Desktop --> BookingService(Booking Service)

InnerGateway(Inner Gateway) -- Desktop --> SubscribersService(Subscribers Service)

%% ----------------------- Web -----------------------

Web(((Web))) --> WebGateway(Web Gateway) --> InnerGateway(Inner Gateway)

InnerGateway(Inner Gateway) -- Web --> ContactService(Contact Service)

InnerGateway(Inner Gateway) -- Web --> FoodService(Food Service)

InnerGateway(Inner Gateway) -- Web --> BookingService(Booking Service)

InnerGateway(Inner Gateway) -- Web --> SubscribersService(Subscribers Service)

%% ----------------------- Mobile -----------------------

Mobile(((Mobile))) --> MobileGateway(Mobile Gateway) --> InnerGateway(Inner Gateway)

InnerGateway(Inner Gateway) -- Mobile --> FoodService(Food Service)

SubscribersService --> MailSenderService(Mail sender Service)

%% ----------------------- Databases & Broker -----------------------

AuthService --> AuthDb[(Auth Database)]

UsersService --> UsersDb[(Users Database)]

AuthService <-...-> MessageBroker(Message Broker)
MessageBroker(Message Broker) <-...-> AuthDb[(Auth Database)]

UsersService <-...-> MessageBroker(Message Broker)
MessageBroker(Message Broker) <-...-> UsersDb[(Users Database)]

ContactService --> ContactDb[(Contact Database)]

BookingService --> BookingDb[(Booking Database)]

SubscribersService --> SubscribersDb[(Subscribers Database)]

MailSenderService --> MailSenderDb[(Mail sender Database)]

FoodService --> FoodDb[(Food Database)]

MailSenderService <-...-> MessageBroker(Message Broker)
MessageBroker(Message Broker) <-...-> MailSenderDb[(Mail sender Database)]

SubscribersService <-...-> MessageBroker(Message Broker)
MessageBroker(Message Broker) <-...-> SubscribersDb[(Subscribers Database)]

%% ----------------------- Links -----------------------

click FoodService "https://github.com/VictoryRestaurant/VictoryRestaurant.Foods" _blank

click Web "https://github.com/VictoryRestaurant/VictoryRestaurant.Web" _blank
Loading

Pinned Loading

  1. VictoryRestaurant.Foods VictoryRestaurant.Foods Public

    Microservice that provides information about food.

    C# 3

  2. VictoryRestaurant.Web VictoryRestaurant.Web Public

    Fullstack web application.

    CSS 1

Repositories

Showing 9 of 9 repositories
  • VictoryRestaurant.Foods Public

    Microservice that provides information about food.

    VictoryRestaurant/VictoryRestaurant.Foods’s past year of commit activity
    C# 3 MIT 0 1 1 Updated Mar 24, 2023
  • VictoryRestaurant.Web Public

    Fullstack web application.

    VictoryRestaurant/VictoryRestaurant.Web’s past year of commit activity
    CSS 1 MIT 0 0 1 Updated Mar 20, 2023
  • VictoryRestaurant/VictoryRestaurant.Contact’s past year of commit activity
    C# 1 MIT 0 0 0 Updated Feb 19, 2023
  • VictoryRestaurant/VictoryRestaurant.MobileGateway’s past year of commit activity
    0 MIT 0 0 0 Updated Feb 5, 2023
  • VictoryRestaurant/VictoryRestaurant.InnerGateway’s past year of commit activity
    0 MIT 0 0 0 Updated Feb 5, 2023
  • VictoryRestaurant/VictoryRestaurant.DesktopGateway’s past year of commit activity
    0 MIT 0 0 0 Updated Feb 5, 2023
  • VictoryRestaurant/VictoryRestaurant.Booking’s past year of commit activity
    0 MIT 0 0 0 Updated Feb 5, 2023
  • VictoryRestaurant/VictoryRestaurant.Users’s past year of commit activity
    0 MIT 0 0 0 Updated Feb 5, 2023
  • .github Public
    VictoryRestaurant/.github’s past year of commit activity
    0 0 0 0 Updated Feb 5, 2023

Top languages

Loading…

Most used topics

Loading…