User story:
As an API consumer,
I want to see what books belong to a certain tag.
A tag should have the following new field:
Books
Acceptance criteria:
I can get a single tag with or without list of Books associated with this tag (depending on the use of a tag)
I can make changes to the books with certain tag and see it (delete a book with the tag, add a new book with the tag)
I can delete a tag with or without list of Books associated with this tag (depending on the use of a tag)
User story: As an API consumer, I want to see what books belong to a certain tag.
A tag should have the following new field:
Books
Acceptance criteria: I can get a single tag with or without list of Books associated with this tag (depending on the use of a tag) I can make changes to the books with certain tag and see it (delete a book with the tag, add a new book with the tag) I can delete a tag with or without list of Books associated with this tag (depending on the use of a tag)