...

/

Challenge: Book Review System

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:

  1. Create the User class in the com.smartdiscover.model package to store the user in Couchbase. ...