Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 909 Bytes

BACKEND.md

File metadata and controls

18 lines (14 loc) · 909 Bytes

Vai Back-End Code-Challenge

Goal: Create an image uploading service.

Requirements:

  • Use Ruby on Rails to the back-end.
  • Must upload an image and know (at least) the image's upload date, a description, and the owner of the image.
  • Description and Owner attributes can be free flowing text fields.
  • Metadata should be stored in a database.
  • Image "files" should not be stored in the Database.
  • Upload should respond with a unique URL of a page that will show the image and associated metadata
  • This process should be repeatable (i.e., multiple images should be uploadable, each with own metadata and each with it's own unique URL)

Bonus points for (optional):

  • Hosting a working copy of your app on Heroku
  • Including tests/specs with your submission

Please submit your submission as a public git repository only, as a reply to the email below. If you have any questions, please feel free to ask.