Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 670 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 670 Bytes

Book Collection

This is a web application where you can upload your books in multiple formats (pdf, mobi, epub, or zip) with a cover image, a title, and its author's name (or authors).

Registration is needed to do it.

You can also see all the books uploaded by other users and search them.

Testing

The test suite in use is RSpec which is run by:

bundle exec rspec

Software dependencies

  • Image Magick - A server-side image processing library required for the Paperclip gem to modify images' attributes.