Just Express (with a bunch of node and http). In detail.
- Offered byUDEMY
Just Express (with a bunch of node and http). In detail. at UDEMY Overview
Duration | 13 hours |
Total fee | ₹649 |
Mode of learning | Online |
Difficulty level | Advanced |
Credential | Certificate |
Just Express (with a bunch of node and http). In detail. at UDEMY Highlights
- Certificate will be issued after completion of certificate
- 30-Day Money-Back Guarantee
- Full Lifetime Access
Just Express (with a bunch of node and http). In detail. at UDEMY Course details
- Beginner node developers who want to learn Express but overwhelmed by full MERN or MEAN courses
- Beginner node developers who need a review of JUST Express js
- Developers who want to go into the various pieces of Express in a little more depth without having to look at the docs
- Developers interested in using node as a webserver or using web sockets with Express
- Express. That's (mostly) all we cover so when you finish, you'll know it!
- Set up an Express server that can do anything Express can do!
- Operate that Express Server as a REST API
- Use that Express Server to render your front-end web pages with EJS, PUG, & handlebars
- Understand the basics of HTTP and the request/response cycle
- In this course Node and back-end JavaScript have taken the world by storm. One of the first things you're going to learn in any node course is about the Express module. this course comprises of Environment Setup (skip if you have node installed already)
- Before Express... - TCP & HTTP, making an express-less node server
- Express 101 - Making a basic web sever with Express
- Express 201 - Middleware and Rendering
- Express 301 - Req & Res revisited, the router, and the express generator
- Rendering Project
Just Express (with a bunch of node and http). In detail. at UDEMY Curriculum
Introduction
Course Overview
All my code (git Hub Link)
Environment Set Up (skip if you have node installed already)
Install node and npm on Mac
Install node and npm on PC
Before Express...
What is an HTTP request and how does it work?
Serving up routes and static files in plain Node (no fun...)
Express 101
Enter Express... the basics
Basic Routing in Express
Express 201- Middleware and Rendering
Chose your weapon - API or server side rendering
Wiring up Express with a view engine
Req & Revisited, the Router and the Express Generator
Getting data from the query string
Sending files, and headers already sent!
Starter Project- Movie Fan App
Adding the request module
Putting the data in the template
Project- Building an API
Project structure and routes
Movie Routes and some header work
Supplemental: Passport
Intro to Passport
Overview of OAuth 2.0
Supplemental : DB Connection
Basics of the PostGres module w/Express
Structuring your DB calls (w/pg)