Felipe1995c / U-Plan-it

0 stars 0 forks source link

Configuration: MVC #6

Closed scurvyirv closed 3 months ago

scurvyirv commented 3 months ago

Application has a folder structure that meets the MVC paradigm that outlines Model, View, and Controller separately

scurvyirv commented 3 months ago

the structure of our application satisfies the MVC model, delineating models for database structures and rules, views for different frontend page layouts, and controllers for routes from front to back end.