Completed
Applying the router
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Setup Routes with Express Router - Node.js & Express Tutorials for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Intro and Setup
- 4 Creating a router
- 5 Applying the router
- 6 Applying static files to the routes
- 7 Correction concerning app.use
- 8 Creating a second router
- 9 Creating a REST API router
- 10 Multiple http methods per route and parameter values
- 11 Named parameter routes
- 12 Testing the API routes
- 13 Challenge - API route handlers