NelsonLabs
๐Ÿš„
ExpressNode.jsREST API

Express.js

Express is the most popular Node.js framework. Learn to build REST APIs, handle routes, connect databases, add authentication, and deploy a real backend server.

10 chaptersยทIntermediateยทJavaScriptยทFree forever
N
Course by Nelson Njihia

What you'll learn

โœ“How Express simplifies Node.js web server development
โœ“Routing โ€” GET, POST, PUT, DELETE with route parameters
โœ“Middleware โ€” what it is and how to use it
โœ“Handling request bodies, headers, and responses
โœ“Connecting a MongoDB database with Mongoose
โœ“Building a complete REST API with authentication

Requirements

  • โ€”Node.js fundamentals (the Node.js course)
  • โ€”JavaScript async/await
  • โ€”Node.js and npm installed