Books Module
0%
Using the current Movies module as a template, create a Books module. The Books module will track our book collection, authors, and lists by author. Book fields: Title, Publication Year, Description (nullable), Image_path (nullable). Books can belong to multiple Collections (many-to-many). Links to Authors, etc. We will likely use the Open Library API (token to be provided).