Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.34 KB

File metadata and controls

21 lines (15 loc) · 1.34 KB

Node.js

This module is part of the Backend specialism and focuses on using Node.js to build backend services, APIs, and databases. It builds on the Introduction to Backend module from Foundation with more advanced tooling, patterns, and responsibilities.

Contents

Week Topic Preparation Session Plan Assignment
1. Express Preparation Session plan (for mentors) Assignment
2. Database connection; API Preparation Session plan (for mentors) Assignment

Module Learning Goals

By the end of this module, you will be able to:

  • Build web servers with Express.js
  • Design and implement APIs using HTTP methods following REST principles
  • Use middlewares for authentication, logging, and validation
  • Use logging and debugging tools to monitor and troubleshoot applications
  • Connect to databases and implement CRUD operations
  • Test APIs using Postman