You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
workspace "AngularAndSpring""This is a project to show crypto currency values and statistics. It imports the quotes from the exchanges and enables requesting the current order book." {
2
+
3
+
model {
4
+
user = person "User"
5
+
angularAndSpringSystem = softwareSystem "AngularAndSpring System""System of multiple applications" {
6
+
kafka = container "Kafka Event System(Optional)""Kafka provides the events between multiple deployed AngularAndSpring applications."
7
+
angularAndSpring = container "AngularAndSpring""Multiple instances possible. Angular Frontend and Spring Boot Backend integrated."
8
+
database = container "MongoDb""MongoDb stores all the data of the system." tag "Database"
0 commit comments