Introduction to Express JS - Express & Node.js Tutorials for Beginners
Offered By: Dave Gray via YouTube
Course Description
Overview
Learn to create your first Express.js app server in this beginner-friendly tutorial. Import the Express.js framework into a Node.js project, set up routes, handle file sending and redirects, implement custom 404 pages, and explore middleware concepts. Follow along with practical examples and gain a solid foundation in Express.js development for building web applications.
Syllabus
Intro
Welcome and Overview
What is Express JS?
Express Routing documentation
Starter Source Code provided
Installing dependencies
Create a minimal Express server app
Adding an Express route
Testing the route in the browser
Sending a file with Express
Adding a second route
Applying RegEx to Express routes
Handling redirects with Express
Adding a custom 404 route
Route handlers and calling next
An array of route handlers
Middleware
Taught by
Dave Gray
Related Courses
Software as a ServiceUniversity of California, Berkeley via Coursera Intro to Computer Science
University of Virginia via Udacity Web Development
Udacity Software Engineering for SaaS
University of California, Berkeley via Coursera CS50's Introduction to Computer Science
Harvard University via edX