Skip to content

ghaash/books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

67d654a · May 21, 2017
May 21, 2017
Apr 6, 2017
May 2, 2017
May 7, 2017
Apr 6, 2017
Apr 6, 2017
Apr 6, 2017
Apr 30, 2017
Apr 6, 2017
Apr 6, 2017
Apr 11, 2017
May 1, 2017
May 1, 2017
May 8, 2017
Apr 15, 2017
Apr 6, 2017
Apr 6, 2017
May 2, 2017
May 13, 2017
Apr 22, 2017
May 8, 2017

Repository files navigation

Books

Books is an application that was made for my rails project assessment at the Flatiron School. It is an app that list books' titles, authors, page lengths, descriptions and genre. Users who sign up with the app can add ratings to books as well.

#Development

First clone the repository

Then in the command line run:

bundle update

Followed by:

rake db:migrate

Some seed data is also included to test the app:

rake db:seed

Finally start the server and navigate to localhost:3000 in your browser.

rails s

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ghaash/books. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

This software is available as open source under the terms of the MIT License.