#Steps to Pull and Run
- Navigate to the main page of the repository.
- Above the list of files, click (Down Arrow) Code.
- To clone the repository using HTTPS, under "Clone with HTTPS", click the clipboard icon. To clone the repository using an SSH key, including a certificate issued by your organization's SSH certificate authority, click Use SSH, then click the clipboard icon. To clone a repository using GitHub CLI, click Use GitHub CLI, then click the clipboard icon.
- Open Git Bash.
- Change the current working directory to the location where you want the cloned directory.
- Type git clone, and then paste the URL you copied earlier.
- Press Enter to create your local clone.
- Type npm install to install dependencies.
- Type nodemon index.js to run the project.
- Open Chrome and navigate to localhost:3000
- Press Control + C in Git Bash when you would like to terminate the Node server.