...

/

Challenge: Book Recommendation System

Challenge: Book Recommendation System

Challenge yourself to implement a book recommendation system using Spring Data Neo4j.

Implement a book recommendation system

Extend the existing library management system to include a book recommendation system. It should give book recommendations based on the genres the users provide.

Tasks

In this challenge, complete the following tasks:

  1. Create the Genre class in the com.smartdiscover.model package to store various genres available in our library management system. ...