- Understand how the CRUD actions map to RESTful routes
For each of the deliverables consider what route(s) are necessary
- As a site visitor, I should be able to see a list of all the books
- As a site visitor, I should be able to see info about an individula book
- As a site visitor, I should be able to create a new book
- As a site visitor, I should be able to edit an existing book
- As a site visitor, I should be able to delete a book from the database