Challenge: Book Review System
Challenge yourself to implement a book review system using Spring Data Redis.
We'll cover the following...
Implement a book review system
Extend the existing library management system to include a book review system. We should allow users to rate and review the book.
Tasks
In this challenge, complete the following tasks:
-
Create the
Userclass in thecom.smartdiscover.modelpackage to store the user in Couchbase. ...
Ask