Galvanize Reads is a book catalog service that stores a list of recommended technology books. Galvanize Reads allows you to:
See the app live at: https://galvanize-reads-will.herokuapp.com/
- List books and authors
- Add books and authors
- Modify books and authors
- Remove books and authors
![Image of Galvanize Reads] (https://github.com/wthomasdev/galvanize-reads/blob/master/public/images/galvanize-reads-books.png)
- Fork and clone the repo.
- Type: 'npm install' to install all the dependencies
- Install Knex globally - by running npm install knex -g
- Create a db locally called: 'galvanize-reads'
- Run migrations to database - 'knex migrate:latest'
- Seed the database - 'knex seed:run'
- Type 'npm run dev-start' to start the app locally.