A simple book store application built with Spring Boot and MySQL.
- User authentication (Register/Login)
- CRUD operations for books
- Search and filter books
- Order management
- Backend: Java, Spring Boot, Spring Data JPA
- Database: MySQL
- Authentication: Spring Security (JWT)
- Frontend: Thymeleaf
- Monolithic Spring Boot Application
- REST API for frontend communication
- MySQL database for storing data
- Users Table:
id,name,email,password - Books Table:
id,title,author,price - Orders Table:
id,user_id,book_id,status
- Clone this repository:
git clone https://github.com/your-username/book-store-app.git