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.