BookStore Management is a web application designed to simplify inventory and operational tasks for bookstore owners. Developed using HTML, CSS, JavaScript, and Spring Boot, this project provides a user-friendly interface for efficient management.
-
Book Management: Easily add, update, and delete books from the inventory, ensuring flexibility in catalog management.
-
Booklist: Comprehensive listing of all books in the inventory, organized by title, author, or availability for a quick overview.
-
Book Search: Efficient search functionality for books based on title and author.
- Front-end: HTML, CSS, JavaScript
- Back-end: Spring Boot
- Database: MySQL
- Data Access: JPA
- Templating Engine: Thymeleaf
-
Clone the repository:
git clone https://github.com/MazeJack/book-store-management.git
-
Database Setup:
- Set up a MySQL database and configure application.properties with the necessary database details.
- Build and Run:
- Build the project using Maven and run the Spring Boot application.
- Access the Application:
- Open your web browser and navigate to http://localhost:1001 to access the BookStore Management application.