sergiy2303 / hardlib

Hard library
0 stars 0 forks source link

HL-14 Create ability to upload images. #23

Closed sergiy2303 closed 8 years ago

sergiy2303 commented 8 years ago

_1 Upvote_ Use cloudinary, and setup it. Create model Image. It should be associated with User and Book. Book should have only one image. User have many books. Image belongs to one book.

sergiy2303 commented 8 years ago

Now we can store images in cloud google service, but I think we can also use cloudinary. This service have some formatting functionality that can be useful in future.

@sergiy2303 @lime666 What do you think about it?