docs: add monolithic architecture diagram

This commit is contained in:
Ilkka Seppälä
2025-03-09 18:36:08 +02:00
parent 511f0084fa
commit 0904e2da3b
2 changed files with 5 additions and 0 deletions
+5
View File
@@ -42,6 +42,11 @@ Why use MVC for a Monolithic Application ?
>* Deploy
>* Scale
>
Architecture diagram
![Model-View-Controller Architecture Diagram](./etc/mvc-architecture-diagram.png)
## We can clearly see that this is a Monolithic application through the main class
This is a simplified version of the main application that shows the main interaction point with the CLI and how a user is registered
```java
Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB