https://github.com/SumitInBits/book-connect
BookConnect is a Spring Boot web app for sharing and discovering books. Users can create, read, comment on, and rate books, creating an interactive reading community.
https://github.com/SumitInBits/book-connect
angular book bookshare java opensource-book springboot
Last synced: 6 months ago
JSON representation
BookConnect is a Spring Boot web app for sharing and discovering books. Users can create, read, comment on, and rate books, creating an interactive reading community.
- Host: GitHub
- URL: https://github.com/SumitInBits/book-connect
- Owner: SumitInBits
- License: mit
- Created: 2024-07-28T18:54:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T19:42:09.000Z (12 months ago)
- Last Synced: 2025-09-27T06:24:06.906Z (7 months ago)
- Topics: angular, book, bookshare, java, opensource-book, springboot
- Language: Java
- Homepage:
- Size: 508 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BookConnect
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.
## Prerequisites
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)
## Getting Started
### 1. Clone the Repository
Clone the repository to your local machine using:
```bash
git clone https://github.com/SumitInCode/BookConnect.git
cd BookConnect
```
### 2. Run the BookConnect Application
```bash
mvn spring-boot:run
```
### 3. Run the BookConnect UI
```bash
cd bookconnect-ui
npm install // Install the necessary dependencies:
ng serve --port 3000
```
### Note: The UI currently does not have full basic functionality yet.