AppBookStore-Spring-Thymeleaf is a web application built using Spring Boot and Thymeleaf. It provides a CRUD (Create, Read, Update, Delete) functionality for managing books and categories.
The domain model for this application includes entities such as books and categories. Each book can belong to one or more categories, allowing for effective organization and categorization of the books.
- JDK 11
- NetBeans
- Spring Boot MVC
- Maven
- H2 Database Engine
- PostgreSQL
- Thymeleaf
- HTML
- CSS
- Create, retrieve, update, and delete books
- Manage categories for the books
- User-friendly interface with HTML and CSS styling
- Integration with H2 Database Engine for development and PostgreSQL for production
- Clone the repository:
git clone https://github.com/your-username/AppBookStore-Spring-Thymeleaf.git
- Import the project into your IDE
- Build and run the project using Maven or your IDE's tools
- Access the application in your browser:
http://localhost:8080