Express JS Crash Course | Web Dev Tutorial for Beginners


This video is part of the following playlists:


Learn how to create a web application using Express js and EJS. This video goes over the basics of HTTP and backend programming to create a very basic note-taking app.

Chapters:

  • 0:00​ Intro
  • 0:26 HTTP
  • 1:41 App Setup
  • 4:35 PORTs
  • 6:36 GET Requests
  • 8:02 Inspecting HTTP Requests
  • 9:47 nodemon
  • 12:02 Static Files
  • 15:31 Dynamic HTML
  • 17:23 EJS
  • 21:17 EJS Tags
  • 23:19 Passing Data to EJS
  • 24:37 Get All Notes
  • 33:08 Get Single Note
  • 39:47 404
  • 43:10 Fake Database
  • 45:57 Create a Note
  • 56:11 Redirect
  • 58:55 Delete Note
  • 1:05:28 Search Notes
  • 1:11:24 Summary

Find an issue with this page? Fix it on GitHub