To run the project, follow the given steps:
- Change your directory to the folder location by running 'cd ${folderName}' command in the terminal.
- Now, run 'npm i' to install all the dependencies.
- Finally, run 'nodemon index.js' to run the project.
- You can now view the project on localhost port 3000.