Skip to content

Commit 0904e2d

Browse files
committed
docs: add monolithic architecture diagram
1 parent 511f008 commit 0904e2d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

monolithic-architecture/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ Why use MVC for a Monolithic Application ?
4242
>* Deploy
4343
>* Scale
4444
>
45+
46+
Architecture diagram
47+
48+
![Model-View-Controller Architecture Diagram](./etc/mvc-architecture-diagram.png)
49+
4550
## We can clearly see that this is a Monolithic application through the main class
4651
This is a simplified version of the main application that shows the main interaction point with the CLI and how a user is registered
4752
```java
29.9 KB
Loading

0 commit comments

Comments
 (0)