An open API service indexing awesome lists of open source software.

https://github.com/miteshputhran/shopping-cart-spring-mvc-hibernate-application

A shopping cart spring-mvc application with hibernate. Application sends user email confirmation on registration and it also gives user to generate their final bill as a PDF with PDF-View.
https://github.com/miteshputhran/shopping-cart-spring-mvc-hibernate-application

cart email hibernate interceptor multipart-data pdf-viewer-widget shopping spring-mvc

Last synced: 2 months ago
JSON representation

A shopping cart spring-mvc application with hibernate. Application sends user email confirmation on registration and it also gives user to generate their final bill as a PDF with PDF-View.

Awesome Lists containing this project

README

          

# Shopping-Cart-Spring-MVC-Hibernate-Application
A shopping cart spring-mvc application with hibernate. Application sends user email confirmation on registration and it also gives user to generate their final bill as a PDF with PDF-View.

### 1. The home page of the project is as follows:
![](images/pro1.PNG?raw=true)

### 2. If the user has not signed up before he gets a option to register himself. While the user registers, he gets the chance to either register as a customer or seller. The registration page looks as follows.
![](images/pro2.PNG?raw=true)
### The registration page is embedded with validators, which checks the inputs for any unwanted scripts the user has entered.

### 3. The seller can then add the products into the product list from the product add page. The product details that can be added are the product title, catergory that it belongs to, product description, its image and price.
![](images/pro4.PNG?raw=true)

### 4. The product can be added to the user cart after the user logs in as a customer and selects the item from the list.
![](images/pro7.PNG?raw=true)

### 5. After checking out the item a PDF of the final bill is generated using the PDF View in Spring MVC. This PDF can be downloaded as per the user wish
![](images/pro8.PNG?raw=true)