Run following command in your terminal:
- git clone https://github.com/zhewangjoe/mini-flickr.git
- cd mini-flickr
- npm install ( if npm is not installed, install Node.js)
- bower install ( if bower is not installed, run "npm install -g bower")
- Apply a Flickr api key at https://www.flickr.com/services/api/misc.api_keys.html
- Put your Flickr api key in file service/flickrService.js
- node server.js
Now you should be able to access the project by going to http://localhost:3000 in your browser.