Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. Here is exercise. Implement an application for performing searches on image metadata. Write the application using node.js. You can deploy it on eg. Heroku, which also offers Mongodb as a service, but if you rather deploy it somewhere else, that’s fine as well. Our main interest is the code you produce for this.
  2.  
  3. Scope:
  4. 1. Retrieve image metadata for 100 most viral images on Imgur using Imgur API (https://api.imgur.com).
  5. 2. Store metadata in local MongoDB instance (no image binaries)
  6. 3. Implement search API to perform keyword searches on stored image metadata
  7. 4. Create a simple single-page web client that integrates with the search API and renders the search results as images using imgur server
  8. 5. Implement unit tests for database
  9. 6. Implement integration tests for API layer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement