Est-ce votre entreprise ?
Explain about MVC model architecture
Utilisateur anonyme
I knew a little bit of this as my project was based on MVC model. MVC stands for Model-View-Controller. In model part explain about data schema used for application, in view part explain about the different user interfaces in application, in controller part you can explain the backend works done. This was the approach I used and it may not be absolutely right, so do your own research on the same.