This is a Java Spring Boot project for managing books.
The Books-Management project is a book management system developed using Spring Boot. It provides functionalities to manage books, including adding new books, updating book information, deleting books, and searching for books based on different criteria.
- Clone the repository: git clone https://github.com/FavorPan/Books-Management.git
- Navigate to the project directory: cd Books-Management
- Build the project: mvn clean install
- Run the application: java -jar target/books-management.jar
- Add new books: Easily add new books to the system by providing the necessary information such as title, author, publication date, and genre.
- Update book information: Modify existing book details, including title, author, publication date, genre, etc.
- Delete books: Remove unwanted books from the system effortlessly.
- Search books: Search for books based on various criteria such as title, author, genre, or publication date.
- Java
- Spring Boot
- Maven
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.