Week 2
In this session we will focus on connecting to a database, building an API, and using Postman to test our API endpoints. We will also cover how to structure our code for better maintainability and scalability.
Contents
Session Plan (for mentors)
Session Learning goals
By the end of this session, you will be able to:
Implement all REST endpoints using Express
POST,DELETE,PUTUse appropriate error handling to understand and debug issues
Configure Postman for advanced backend development
Creating collections and saving requests
Set up multiple environments
Managing secrets
Create basic test suites
Last updated