jaygajera17 / E-commerce-project-springBoot

This project serves as an easy-to-understand setup for beginners , providing a base foundation in Spring Boot , MVC & hibernate.
https://jaygajera17.github.io/E-commerce-project-springBoot/
520 stars 512 forks source link

Add CartProduct class #55

Open WangGithub0 opened 7 months ago

WangGithub0 commented 7 months ago

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

image
ayush-5716 commented 6 months ago

Can you further clarify the issue

WangGithub0 commented 5 months ago

I think the models should have the same field with mysql database, I tried to revise it in https://github.com/jaygajera17/E-commerce-project-springBoot/pull/56

yash777u commented 3 months ago

Why don't you store it on browser using javascript, I did that with my JSP project .... Would you me to help on it