Skip to content
Mohammed Ismail edited this page Dec 1, 2016 · 3 revisions

Welcome to the ShoppingCart wiki!

E-Commerce Website Using Spring MVC in Maven Is staeted and it is in Under Construction

  • Here I have developed an E-commerce website Using Spring MVC Framework in Maven
  • In this project I have done modules like :

1. User Register

2. CRUD Operations like 1. User can add product to his cart 2. Admin can add product to the product list 3. Admin can edit the product details 4. Admin can delete the product from the list

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

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

Home Page:

Home

Registration From: Registeration

Login Form: Login

Admin Login: AdminLogin

Admin Adding Product: Admin Adding Product

Admin Product List : Admin Product List Admin can Add Product Admin can Edit Product Admin can Remove Product

Admin User Management: Admin User Management

Adding Product to the Cart: Adding Product to the Cart

Contact Us: Contact Us

  • WebFlow: Confirm User Details and Biling Address: Confirmation

Confirm Shipping : Confirmation Shipping

Receipt: ![Alt text](https://github.com/ikismail/ShoppingCart/blob/master/src/main/webapp/WEB-INF/resource/images/screenshots/Receipt.png)

Thank You Page: Thank You

Clone this wiki locally