mimi29 / FoodyCorner

0 stars 0 forks source link

find out route and MVC? #4

Open cyberfishy opened 5 years ago

mimi29 commented 5 years ago

MVC (Modal View Control) is a design pattern concept that separate the view(UI), modal(data) and control(logic) . Routing refers to how an application that runs on node.js to response to multiple url request from the client this requires us to use express framework. Overall, our project already structure after the MVC and we already use express framework.