File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,20 @@ <h1>Advanced Web Development</h1>
47
47
< p > < b > Week 2</ b > : Express.js</ p >
48
48
< p > By < a href ="https://github.com/ericm "> Eric Moynihan</ a > </ p >
49
49
</ section >
50
+ < section style ="text-align: left; ">
51
+ < h1 > MVC</ h1 >
52
+ < img src ="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/MVC-basic.svg/1200px-MVC-basic.svg.png " alt ="a ">
53
+ </ section >
54
+ < section >
55
+ < p > MVC stands for Model View Controller. It's the < b > Design Pattern</ b > used by many website backends and it's the one we will go through today.</ p >
56
+ </ section >
57
+ < section >
58
+ < h1 > Routing</ h1 >
59
+ < p > In < b > MVC</ b > , the controllers are responsible for routing the request to respond with the correct data from the models and views</ p >
60
+ </ section >
61
+ < section >
62
+ < h1 > Views</ h1 >
63
+ </ section >
50
64
</ div >
51
65
</ div >
52
66
You can’t perform that action at this time.
0 commit comments