Create a Java ShoppingCart Web Application using Spring MVC and Hibernate(Same as Flipkart)The following features are implemented in this -
- Admin login
- Product addition by admin
- User login•Add item to cart
- Delete item to cart
- Billing of the items in cart
#Solution - It's a Java based Shopping Cart Web Application using SPring MVC and Hibernate.
Steps to run the application.
- Import the application in your editor
- Please modify the src/main/resources/META-INF/persistence.xml with your MySQL details for running the application.
- Run the src/db-script.sql.txt sql file to pre populate the rquired MySQL entities.
- Run the application.