1. install the dependencies specified in the package.json file
        a. navigate to project directory
        b. run command = npm install

2. run project
        a. navigate to project directory
        b. run command = nodemon
        c. if nodemon command throws error
                1. run command = npm start
