MVC Architecture
MVC is known as an architectural pattern that divides your software into smaller logical parts. MVC embodies 3 parts: Model, Views, Controller.
Model:
Responsible for maintaining data. Models can be implemented through use of MongoDB, MySQL, Oracle ...
melvinlucas.hashnode.dev2 min read