Employee Management Shopping Cart System is a backend REST API application developed using Spring Boot. The project provides APIs for managing employees, products, and shopping cart operations while following a layered architecture using Spring Data JPA and Hibernate.
- Create employees
- Retrieve employee details
- Update employee information
- Delete employees
- Create products
- Retrieve product information
- Update product details
- Delete products
- Add products to cart
- Update cart item quantity
- Remove products from cart
- View cart items
- Java
- Spring Boot
- Spring Data JPA
- Hibernate
- H2 database
- Maven
Controller Layer ↓ Service Layer ↓ Repository Layer ↓ H2 Database