Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.1 KB

File metadata and controls

33 lines (26 loc) · 1.1 KB

AppBookStore Spring + Thymeleaf

Homepage

Description

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.

Domain Model

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.

Technologies Used

  • JDK 11
  • NetBeans
  • Spring Boot MVC
  • Maven
  • H2 Database Engine
  • PostgreSQL
  • Thymeleaf
  • HTML
  • CSS

Features

  • 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

Installation

  1. Clone the repository: git clone https://github.com/your-username/AppBookStore-Spring-Thymeleaf.git
  2. Import the project into your IDE
  3. Build and run the project using Maven or your IDE's tools
  4. Access the application in your browser: http://localhost:8080