***To start the server follow the below steps:
- Open Terminal.
- Select the following ("CP-Using Public API") directory by "cd" command.
- Install dependencies by "npm i" command.
- Install nodemon by "npm i -g nodemon" command.
- Run server by "nodemon index.js" command.
- Open your browser and go to "localhost:3000" to see the website.