- Fork the git repo onto your own account
- Locate the web URL of your forked version of this project under Clone or Download on Github
- Open up Terminal, and decide which folder this will exist within
- Then, 'git clone https://github.com/YOURUSERNAME/Mapsical.git'
- cd into your folder
- Check your version of npm & node by doing 'npm --version' and 'node --version'; If it does not exist, download it here
- Return to Terminal, type 'npm install' which will automatically download all the dependencies within package.json
- Explicitly type 'npm install mongodb' in-case this isn't already downloaded
- Now you're ready to run the database! Type 'mongod'
- Open up another Terminal window to the same location and type 'npm start'
- Open your browser to localhost:3000 and there you have it!