A web-based books review where users can add books by title, author, and genre, leave reviews, and rate them.
notes (for me):
backend part
- books info will be fetchh from google books api
----> updating reading status bout a book
i approached it by storing the book ids in the reading status array in user sche,ma. so i can just write a function that will make the books appear in their specific list in user (my books) part
-----> showing reviews
display the reviiews of a book by finding which reviews have same book id
----> Axios for ggoogle api integ