Description
In this course, you will learn :
- Course Goal: Learn how to use Node
- Building and deploying a Node application using Express
- Understanding MV* architectures
Syllabus :
1. Client vs Server
- Client vs Server
2. Introduction to Node
- Running Node
- Modules
- Gitignore
3. Node Server
- Basic server
- Using the Express Framework I
- Using the Express Framework II
- Nodemon
4. Templating
- Using Jade
5. Model View Controller
- Understanding MVC
6. Heroku
- Getting Started with Heroku
- Creating an App
- Modifying your App for Heroku