This project gives you a gallery photos with using Flickr API
- Required: Nodejs + NPM
- Clone repository
npm install
(maybe you need use "sudo")npm start
- Go to browser: http://localhost:3000/
If you want to change user id for watch another gallery you have to go to file:
- client/data/config.js
npm test
If you have any problem with test, you need upload Nodejs to version 7 or:
- Install Vagrant via official website
- Install VirtualBox via official website
vagrant up
vagrant ssh
npm test