MVC Architecture

Published on: Sept. 29, 2024

Overview

MVC (Model-View-Controller) is a design pattern used in software development to separate an application into three interconnected components.

Model

View

Controller

How They Work Together

Back to Blog