What is MVC?
Model View Controller is a design pattern, an architecture that helps us organize the code in three layers and that can be applied in projects.
But what is the MVC architecture like?
Model
He is responsible for data manipulation, writing, reading and...
leticiafaleia.hashnode.dev2 min read