An Automatic Photo Portfolio Generator for photographers using photos from user’s Flickr account.
- Git
- Node.js and npm Node ^4.2.3, npm ^2.14.7
- MongoDB - Keep a running daemon with
mongod - [Flickr API Key]
- [Set Callback URL]
-
Run
npm installto install server dependencies. -
Run
mongodin a separate shell to keep an instance of the MongoDB Daemon running -
Run
nodemon server.jsto start the development server. It should automatically open the client in your browser when ready.
Running npm test will run the unit tests with karma.
/Users/jipeng/Git/thesis/lala010addict/myFlickrApp1

