Skip to content

Commit

Permalink
modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
HliasMpGH committed Feb 28, 2024
1 parent df7c6df commit 7289721
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,12 @@ This project represents a Spring Boot server application hosted locally, designe
- Maven
- Spring Boot

## Setup

1. **Clone the repository:**

```bash
git clone https://github.com/HliasMpGH/BiblioSearch.git
```

2. **Navigate to the project directory:**

```bash
cd BiblioSearch/gui
```

3. **Build the project using Maven:**

```bash
mvn clean install
```

4. **Run the application:**

```bash
java -jar Local\ Server\ Handler-jar-with-dependencies.jar
```

The [handler](exe/Local%20Server%20Handler.exe) will communicate with the Spring Boot server and manage its functionalities.

## Local Server Handler

The local server handler is a Java application responsible for managing the Spring Boot server. It handles start and stop requests, coordinates with other components of the larger application, and ensures smooth operation of the server.

The [handler](exe/Local%20Server%20Handler.exe) will communicate with the Spring Boot server and manage its functionalities.

## Use Case

The use case presented streamlines the process of finding books by allowing users to search through a collection with queries and genre specifications. Users can see detailed information, filter results, creating a efficient book discovery experience.
Expand Down

0 comments on commit 7289721

Please sign in to comment.