Skip to content

Like a house, software needs a structure: the way we organize our code

Notifications You must be signed in to change notification settings

progmamun/The-MVC-Architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

MVC is an architectural pattern consisting of three parts: Model, View, Controller.

  • Model: Handles data logic.
  • View: It displays the information from the model to the user.
  • Controller: It controls the data flow into a model object and updates the view whenever data changes.

We can use a well-established architecture pattern like MVC, MVP, Flux, ext.

The Perfect Architecture: Structure, Maintainability, Expandability

Components of any Architecture

components-of-architecture

The Model-View-Controller(MVC) Architecture

mvc

About

Like a house, software needs a structure: the way we organize our code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published