Building REST APIs with Node.js and Express

Design, build, and secure a REST API from scratch with Express and PostgreSQL.

Intermediate · PUBLISHED

A hands-on course covering REST API design, Express routing and middleware, request validation, and connecting to PostgreSQL — everything you need to ship a real backend service.

Lessons

Routing and middleware

  • Setting up an Express server
  • Validating input

Talking to Postgres

  • Parameterized queries