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

https://github.com/souravcoder1/e-commerce_application

E-Commerce Website Using Java - Spring MVC in Maven
https://github.com/souravcoder1/e-commerce_application

Last synced: about 16 hours ago
JSON representation

E-Commerce Website Using Java - Spring MVC in Maven

Awesome Lists containing this project

README

          

## E-Commerce

Developed an end to end Ecommerce web Application using Spring MVC with multiple modules

### Functionalities:

1. User Registeration

2. CRUD Operations like

User can add product to his cart
Admin can add product to the product list
Admin can edit the product details
Admin can delete the product from the list

3. Spring Security
User can login the site
The entire site will change according the role. Whether the client is User or Admin
user can logout after completing.

4. Spring WebFlow
After adding products the cart the User can checkout using spring WebFlow
Confirming User Details
Confirming Shipping and Billing Address
Receipt
If the user cancel the webflow it will go to cancel Page
If the user submits the checkout it will go to thank you page with the timing of delivery Report

### Tools and Technologies:

**Technology** : Bootstrap, Java, Spring MVC, Hibernate, JSP, Maven.
**Application* Servicer: Apache Tomcat Server
**Database** : H2 Database.