Model View Controller
MVC or Model View Controller is a popular architecture type used by many frameworks. In the MVC model, the application is divided into three main components – the model, the view, and the controller. Each component handles specific functions. It makes the complex application development processes simple and manageable.