- run start.sh (you may need to sudo it and you may need to install mongodb first)
- navigate into the 'website' folder
- run 'npm install' to install all the dependencies within package.json
- run 'node web_app.js' to start the server
- open 'localhost:3000' within your browser.