CMPS 364: NoSQL Databases
Introduction
Introduction to Express, which is a Node.js web application framework. Understanding about the Model-View-Controller (MVC) architecture design that will be used throughout other chapters.
Module Objectives
- Understanding of Node.js web application framework
 - Introduction to Model-View-Controller (MVC)
 - Learning how to configure the environment
 - Routers and controllers differences
 - Handlebars as View engines
 - Learning about Views
 
Learning Resources
- Module 4 Readings
 - Module 4 Lecture (Both video and in Classroom)
 - Module 4 Lab (Both video and in Classroom)
 
Learning Activities
- Learning how to set up and configure the Node.JS framework
 - Learning about Model-View-Controller and how it functions