https://github.com/mrkem598/learnmvc
learnMVC repo is aimed to teach on how to separate the model , view and controller.
https://github.com/mrkem598/learnmvc
aplication extensible-project framework logic model-view-controller mvc web-development
Last synced: 9 months ago
JSON representation
learnMVC repo is aimed to teach on how to separate the model , view and controller.
- Host: GitHub
- URL: https://github.com/mrkem598/learnmvc
- Owner: mrkem598
- License: mit
- Created: 2017-05-08T07:49:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T03:06:48.000Z (almost 9 years ago)
- Last Synced: 2025-03-29T03:12:14.636Z (about 1 year ago)
- Topics: aplication, extensible-project, framework, logic, model-view-controller, mvc, web-development
- Language: JavaScript
- Homepage: https://mrkem598.github.io/learnMVC/
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# https://github.com/mrkem598/learnMVC/blob/master/README.md
## learnMVC
learnMVC repo is aimed to teach on how to separate the model , view and contro
ller.
I am hoping that, everyone of you will benefit from this repo to learn how MVC
(Model View Controller) works.
What is MVC?
The Model-View-Controller (MVC) is an architectural pattern that separates an
application into three main logical components: the model, the view, and the
controller. Each of these components are built to handle specific development
aspects of an application. MVC is one of the most frequently used industry-
standard web development framework to create scalable and extensible projects.


Now let us take a look at how the execution of an MVC application takes place
when there is a certain request from the client. The following diagram
illustrates the flow.
