* Important Note *
Sorry if there is some background noise. I was at my gym, and it was the only available place with childcare and free Wi-Fi.
This video demonstrates my Contacts API Project (Part 1).
I show the project structure, code walkthrough, MongoDB Atlas setup, and a live deployment on Render.
The API supports GET requests to retrieve all contacts or a single contact by ID.
Endpoints:
GET /contacts – Returns all contacts
GET /contacts/:id – Returns a single contact by ID