The file structure is as follows:
/app
/models
/config
database.js
/public
/css
/js
/controllers
/images
/services
productsApp.js
/views
index.html
package.json
server.js
README.md
upon cloning, make sure to run "npm install" from the main directory to install all the dependencies.