Install instructions:
- install Node.js. It will come with npm
- install mongodb. Follow instructions, a data/db file will need to be created.
- download this directory.
- From base level of directory, run command: "mongostore -d maskMakers ./exampledb
- run command: "npm install" This will install all packages into this folder.
- In a separate terminal run command: "mongod"
- in original terminal run command: "node server"
- in web browser, go to localhost:8000