wclaytor / bpc-rails-demo

A Ruby on Rails demo
http://demo.billclaytor.com
MIT License
0 stars 0 forks source link

Add Author and Book entities #3

Closed wclaytor closed 1 year ago

wclaytor commented 1 year ago

Background Authors and Books represent the primary entities of this demo app. For the purposes of this demo an author may have many books, but a book may only have one author.

User Story

Acceptance Criteria

Author: name bio

Book: author_id title publication_date summary

Additional context