E-commerce-project-springBoot icon indicating copy to clipboard operation
E-commerce-project-springBoot copied to clipboard

This a web application Java Based Beginner level project To developing the e-commerce website to Buy/sell the Food Item. We use the Spring Boot to build the back-end part

Results 22 E-commerce-project-springBoot issues
Sort by recently updated
recently updated
newest added

In mysql database, there is a table named CART_PRODUCT and CART table has [id, customer_id], so need to revise models in project.

Proposal: It is proposed to implement the Composite pattern to hierarchically structure entities such as products, categories, and shopping carts in the project. A common interface will be created to...

## My changes /contributions developed new logging added PostgreSQL fixed sonar issues removed vulnerabilities converted script for Postgresql

Fix intention and add cartServiceImpl.java

### Steps to reproduce this issue: 1. Start the server and open the products page http://localhost:8080/admin/products 2. Login with valid admin username and password. 3. Click Update button beside any...

I wanna try to add the new feature userHome

When I have a cloned project and am having trouble loading the web with 404 status error

solved

- add user home - change userController

- fix the register error "Duplicate entry '1' for key 'customer.PRIMARY' - add try catch in addUser - update README help me review please, thanks Close #41.