This app is now hosted on Heroku, check it out at https://bookface-danainjax.herokuapp.com/
bookface is an app that allows you to view New York Times Bestsellers, see descriptions, reviews, write reviews, and link to Amazon for purchase.
2.6.6
'bundle install'
'rails db:migrate'
'rails db:seed'
**IMPORTANT** (only seed 10 calls at a time, or the Times API will throw an error. )
Key and secret credentials needed from https://developer.nytimes.com/docs/books-product/1/overview
To start the local server, run
'rails s'
Dana Pughakoff - danainjax
This project is licensed under the MIT License - see the LICENSE file for details
Created for Flatiron School Rails Portfolio Project