git clone [email protected]:stephaniewilkinson/bookmooch.git
cd bookmooch
cp .env-example .env # if you msg me I can share my api keys
rake db:create
rake db:migrate
rackup
rake
TODO: Clearly display the Goodreads name or logo on any location where Goodreads data appears. For instance if you are displaying Goodreads reviews, they should either be in a section clearly titled "Goodreads Reviews", or each review should say "Goodreads review from John: 4 of 5 stars..."
TODO: Link back to the page on Goodreads where the data data appears. For instance, if displaying a review, the name of the reviewer and a "more..." link at the end of the review must link back to the review detail page. You may not nofollow this link.
This app uses the roda-route-list plugin. This makes all the routes available in a /routes.json file.