Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 717 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 717 Bytes

Spring Web Application

Its a E-Commerce Shopping Application built for both Admin and Customer operations. Application is built using Spring framework and Data base handling is managed using Hibernate ORM Tool.

Following are the operations that can be performed by the Respective User

  • Admin

    • Adding products
    • Updating products
    • Deleting products
  • Customer

    • Registering into System
    • Login into Website
    • Updating Address
    • Adding product to Cart
    • Updating/ Deleting the Product
    • Placing the order
  • Technologies:

    • Maven Project
    • Apache Tomcat
    • Spring Java Configuration
    • Hibernate Session Factory
    • JSP, Spring Forms
    • JSTL
    • MySQL