To run the application:
- clone the project on your computer
- go into the project directory
npm install
To run the server:
npm start
To run the developer version:
npm run start-dev
Notes
- Flickr api key is in secrets.js file which is excluded from git
- The limit is set to 30 images per request
npm test