Book Review Hub is a scalable backend platform for managing book reviews, leveraging Spring Boot and MySQL.
Book Review Hub is a comprehensive and scalable book review platform built with a modern backend architecture using Spring Boot and MySQL. Designed as a learning-oriented, Goodreads-inspired application, it follows industry best practices for system design, database management, and API security.
This tool is designed for developers looking to create a book review application similar to Goodreads. It provides essential features for user management, book reviews, and secure API access, making it ideal for educational purposes and real-world applications.
Ensure you have Java 21 and Maven installed before building the project.
Clone the repository using git clone https://github.com/tlavu2004/book-review-hub-backend.git
Navigate to the project directory
Run mvn clean install to build the project