diff --git a/monolithic-architecture/README.md b/monolithic-architecture/README.md index 2be0ad399..fd288dab3 100644 --- a/monolithic-architecture/README.md +++ b/monolithic-architecture/README.md @@ -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 diff --git a/monolithic-architecture/etc/mvc-architecture-diagram.png b/monolithic-architecture/etc/mvc-architecture-diagram.png new file mode 100644 index 000000000..33371d41f Binary files /dev/null and b/monolithic-architecture/etc/mvc-architecture-diagram.png differ