
This course will include topics on:
What Express.js is and why we would want to use as our server-side framework.
How to up a Server, What's included in the Express scaffold, What Middleware means and how to use it, How to set up and use different Templating for our views, and How to configure and use Routing in our express apps.
Why use Express.js? In this lecture we will outline some of the best reasons for choosing Express as a server-side framework.
In this video we'll cover the basic setup for installing and configuring an Express based app.
In this video we'll discuss how to set up an express server.
In this video we'll discuss why the order of what's defined in our app.js file is important.
And we'll introduce concept
of mounted Middleware.
In this video we'll go more into detail what Middleware means and provide some examples.
In this video we'll discuss templating options available to us in Express.js
In this video we'll discuss how to create and use routes in Express
Learn the most important parts of working with ExpressJS.
This course will include topics on:
Students should already have NodeJS installed and a basic understanding of the CommonJS module pattern.
You should take this course if your interested on how to set up and use Express in creating RESTful API's for use in any kind of application.
Node and Express go hand in hand. The ability to use this programming paradigm on any kind of web or mobile application makes this skillset incredibly valuable.
And the advantage of being able to build Full Stack applications based on just one language (JavaScript) is becoming more appealing every day. This is especially true for start-ups that put a big emphasis on being able to iterate early and often.
************************************************************************************
REVIEWS
"I'm currently in a coding bootcamp which moves very fast; therefore, details like you've presented were missed from lectures. You're tutorial really helped me solidify what each dev dependency package is and how they're used. Also, I now understand every other bit of code on the page. I have to add this lecture as to why I now understand expressjs. Thanks!"