Completed
What is Express JS?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Introduction to Express JS - Express & Node.js Tutorials for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome and Overview
- 3 What is Express JS?
- 4 Express Routing documentation
- 5 Starter Source Code provided
- 6 Installing dependencies
- 7 Create a minimal Express server app
- 8 Adding an Express route
- 9 Testing the route in the browser
- 10 Sending a file with Express
- 11 Adding a second route
- 12 Applying RegEx to Express routes
- 13 Handling redirects with Express
- 14 Adding a custom 404 route
- 15 Route handlers and calling next
- 16 An array of route handlers
- 17 Middleware