Express Crash Course 2024 - From Setup to EJS Templates

Express Crash Course 2024 - From Setup to EJS Templates

Traversy Media via YouTube Direct link

- Static Web Server

10 of 35

10 of 35

- Static Web Server

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Express Crash Course 2024 - From Setup to EJS Templates

Automatically move to the next video in the Classroom when playback concludes

  1. 1 - Intro & Slides
  2. 2 - What is Express?
  3. 3 - Opinionated vs Unopinionated
  4. 4 - Prerequisites
  5. 5 - What we'll cover
  6. 6 - Express Setup
  7. 7 - Basic Server
  8. 8 - --watch Flag & NPM Scripts
  9. 9 - res.sendFile Method
  10. 10 - Static Web Server
  11. 11 - Working with JSON
  12. 12 - Postman Utility
  13. 13 - Environment Variables .env
  14. 14 - Request Params req.params
  15. 15 - Query Strings req.query
  16. 16 - Setting Status Codes
  17. 17 - Multiple responses
  18. 18 - Route Files
  19. 19 - Using ES Modules
  20. 20 - Request Body Data
  21. 21 - POST Request
  22. 22 - PUT Request
  23. 23 - DELETE Request
  24. 24 - Middleware
  25. 25 - Custom Error Handler
  26. 26 - Catch All Error Middleware
  27. 27 - Colors Package
  28. 28 - Using Controllers
  29. 29 - __dirname Workaround
  30. 30 - Making Requests From Frontend
  31. 31 - Submit Form to API
  32. 32 - EJS Template Engine Setup
  33. 33 - Pass Data to Views
  34. 34 - Pass and Loop Over Arrays
  35. 35 - Template Partials

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.