Before starting, ensure you have Node.js installed on your computer. If you haven’t installed it yet, please download the latest version (LTS or Current) from the official Node.js website.

Repository Setup
Follow these steps to clone and install the repository:-
Clone the Repository
Copy the repository URL from GitHub and open your terminal. Then run: -
Install Dependencies
Change into the repository directory and install the required packages using NPM:

Running the Demo API Lessons
The repository is organized into multiple lesson folders, each containing anindex.js file that serves as the entry point for that lesson. Use the commands below to run the lessons on your local machine:
Lesson One
To run Lesson One, navigate to its folder and execute:Lesson Two
For Lesson Two, run the following command:You can validate the functioning of the API by running:If the API is working correctly, you’ll receive a response indicating success.
