BookConnect is a Spring Boot web app for sharing and discovering books. Users can upload, read, comment on, and rate books, creating an interactive reading community.
Before you start, make sure you have the following installed:
- Java 17 or later
- Maven (for building the project)
- MySQL (or a compatible relational database)
- An IDE like IntelliJ IDEA or Eclipse (optional but recommended)
Clone the repository to your local machine using:
git clone https://github.com/SumitInCode/BookConnect.git
cd BookConnect
mvn spring-boot:run
cd bookconnect-ui
npm install // Install the necessary dependencies:
ng serve --port 3000