Giter VIP home page Giter VIP logo

bibliosearch's Introduction

Spring Boot Local Server Application

Overview

This project represents a Spring Boot server application hosted locally, designed to fulfill a specific use case as part of a larger application. The server is managed by a local server handler written in Java using Maven as the build tool.

Requirements

  • JavaFX

  • Maven

  • Spring Boot

Set up and Build

  1. Clone the repository:

    git clone https://github.com/HliasMpGH/BiblioSearch.git
  2. Navigate to the project resources:

    cd BiblioSearch/gui/src/main/resources
  3. Open application.properties file in a text editor

  4. Customize the configurations to your liking

    • provide configurations for spring.datasource.username and spring.datasource.password

    • The same credentials can be used later to access the data in http://localhost:8080/h2-console

    • After setting your desired username and password for the embedded database, it should look something like this:

    spring.datasource.driverClassName=org.h2.Driver
    
    spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
    
    spring.h2.console.enabled=true
    
    spring.datasource.url=jdbc:h2:mem:testdb
    
    spring.datasource.username=your_username
    
    spring.datasource.password=your_password
    
  5. Build the project :

    mvn clean install
  6. Run the application:

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

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 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.

License

This project is licensed under the GPL-2.0 License.

Appreciation for UI Contributors

Special thanks to following individuals for their exceptional help in crafting the UI of the use case. Their creativity and dedication have played a key role in shaping a user-friendly and visually appealing interface.


bibliosearch's People

Contributors

hliasmpgh avatar

Stargazers

 avatar Panos Daskalopoulos avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.