Express is a minimal web server built on Node.js that provides essential functionality for delivering web applications to the browser and mobile devices. This series will guide you through the first steps of using Express for building your own applications.
Overview
Syllabus
- Create a Basic Server with Express
- Define dynamic routes through Express
- Use Template Engines with Express
- Serve static files with express
- Save and Delete Content in Express with HTTP Verbs
- Handle Errors with a Redirect in Express
- Organize Code by Subpath in Express
- Use Streams in Express
- Handle Errors with Express Middleware
- Integrate MongoDB into your Express App
- Use virtual properties with Mongoose and MongoDB
Taught by
Ben Clinkinbeard