Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.14 KB

#The Shelf

Code Climate Build Status

The Shelf is an online library for small companies to keep track of their books, encourage reading and to create discussion around knowledge. It has been developed as an internal tool by Group Buddies.

Setup

To install paste the following:

curl -L https://raw.githubusercontent.com/groupbuddies/theshelf/master/scripts/install.sh | sh

Create a user

There is a rake task to create a user using email and password.

bundle exec rake create:user name=your-name password=your-password

The scripts gives you a default name, you can change it later on the web interface.

Going Live

If you're going live the The Shelf on your company or book club then you should let us know!

Features

  • Add books to your company's shelf
  • Search a book by its name and author
  • Borrow/Return books
  • Comment & rate a book
  • Edit your profile information