Skip to content

Commit 4b9a441

Browse files
committed
Added 2 sildes
1 parent ea498d2 commit 4b9a441

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

2.html

+14
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,20 @@ <h1>Advanced Web Development</h1>
4747
<p><b>Week 2</b>: Express.js</p>
4848
<p>By <a href="https://github.com/ericm">Eric Moynihan</a></p>
4949
</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>
5064
</div>
5165
</div>
5266

0 commit comments

Comments
 (0)