- Boostrap
- Template Engine: Pug/Jade
- Express
- Node.js & NPM (https://nodejs.org/en/)
- MongoDB (https://treehouse.github.io/installation-guides/mac/mongo-mac.html)
- Download/clone repo
- Navigate to the project directory in console and run
npm install
in order to install all node dependencies - To run the application, you have to have MongoDB running so open a new terminal tab and type
mongod
, this will start the mongo server. - To run the website, go to the project open directory in terminal and type
npm start
in the console then navigate to (http://localhost:3000)