Skip to content

Shooping Cart - A sample web application

Notifications You must be signed in to change notification settings

obuljin/nvnshoppingcart

 
 

Repository files navigation

ShoppingCart

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
  1. 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.
  1. 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.

ScreenShots:

  • Home Page:

Alt text

  • Contact Us:

Alt text

About

Shooping Cart - A sample web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 76.8%
  • JavaScript 14.8%
  • CSS 8.4%