hescu / bibliotrack-book-library

0 stars 1 forks source link

MyLibrary Project

Overview

MyLibrary is a web application designed for book enthusiasts, allowing users to search for books, add them to their wishlist, and manage their collection. The application provides a user-friendly interface for exploring book details and managing personal wishlists with ease.

Features

Technologies Used

Getting Started

Prerequisites

Setup

  1. Clone the repository: git clone https://github.com/hescu/bibliotrack.git
  2. Navigate to the project directory: cd mylibrary
  3. Update src/main/resources/application.properties with your MySQL user and password.
  4. Build the project with Gradle: ./gradlew build
  5. Run the application: java -jar target/mylibrary-0.0.1-SNAPSHOT.jar
  6. Access the application at http://localhost:8080.

Usage

Development Notes

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for further discussion.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.