sergiy2303 / hardlib

Hard library
0 stars 0 forks source link

HL-13 Create ability to upload files #22

Closed sergiy2303 closed 8 years ago

sergiy2303 commented 8 years ago

_1 Upvote_ Subtasks:

  1. Choose any file storage service
  2. Create table books. This table should have fields like: Title, Description, file_path. Also need model book. It will be associated with User, Image models.
  3. Setup uploading books
sergiy2303 commented 8 years ago

Need to detailed read about this: https://developers.google.com/books/docs/v1/getting_started

sergiy2303 commented 8 years ago

@sergiy2303 Use carrierwave or paperclip gems, for uploading files.