Lecture (Start Here)

Weekly Summary

I am very excited about this week as we will be tying together everything we have learnt so far. In doing so, we are going to be exploring how we can construct a model layer to our application. Thus completing our MCV stack.

The MVC Stack

The classic MVC stack

Above is a diagram of the architecture that we are constructing. The Model-View-Controller (MVC) separates and application in two three logical components: the model, view and controller.