A simple online shopping cart web application built using Spring Boot, Thymeleaf, and Maven.
- Product listing
- Add to cart
- Checkout simulation
- Responsive UI with Thymeleaf
- Java 17
- Spring Boot
- Thymeleaf
- Maven
git clone https://github.com/your-username/shopping-cart.git
cd shopping-cart
mvn spring-boot:runThen open: http://localhost:8080
📂 Folder Structure controller/ – Handles web routes
service/ – Business logic
repository/ – Data access layer
templates/ – Thymeleaf HTML pages
static/ – Includes Images, CSS, JS
📌 Note Database and authentication features can be added later.