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
- https://github.com/jaygajera17/E-commerce-project-springBoot/tree/main
- issue: everytime connection open close for access database
- Hibernate configuration added( database and tables automatically create when run the project)
- Service classes provide reusable services throughout project
- dao classes interact with database
- bug fixed ( product image, security , etc..)
- support in both eclipse & intellij ide
- overall redesign entire code that help reusability.
- disclaimer: currently working on this branch so there may be some bug related to endpoint, and working on cart logic.
- open xampp control panel start mysql server
- go to Resource->application.properties file change db properties username,password according to yours
- Run the project ( by build pom.xml file or right click and run main class JtSpringprojectApplication.java)
- open http://localhost:8080/ there we go.
- control the endpoint and also send data to view( we use ModelAndView method)
-
public String adminlogin() { return "adminlogin"; }```
- whenever /login url is hit , src->main->webapp-> adminlogin.jsp file execute
- represent data as entity and relationship among them.
- receive data from controller and show with frontend.
- http://localhost:8080/
- http://localhost:8080/register
- http://localhost:8080/admin/products
- http://localhost:8080/admin/customers
- http://localhost:8080/admin/categories
- http://localhost:8080/admin/Dashboard
- 𝗬𝗼𝘂𝘁𝘂𝗯𝗲 𝗽𝗿𝗼𝗷𝗲𝗰𝘁 𝘃𝗶𝗱𝗲𝗼 𝗪𝗼𝗿𝗸𝗶𝗻𝗴 𝗗𝗲𝗺𝗼 + 𝘀𝘁𝗲𝗽 𝗯𝘆 𝘀𝘁𝗲𝗽 𝗲𝘅𝗲𝗰𝘂𝘁𝗶𝗼𝗻 𝗹𝗶𝗻𝗸 ( old version )::--- click here
- Special thanks to DAKSHAY111 for their valuable contributions to the project!