This is an E-commerce Spring Boot Application. which is use to buy or sell the products through different buyer and sellers. We can perfrom all the CRUD operation in this application such as Create, Read, Update and Delete.
- Create Admin an Customer account.
- Admin and Customer can Login and Signup.
- Admin can add the prodcuts.
- Admin can update the product details.
- Admin can delete the products.
- Customer can buy the products.
- Customer can delete the products from cart.
- Java
- Hibernate
- Spring Framework
- Spring Boot with JPA
- MySQL
- Maven
- Swagger UI
- Admin
- Customer
Install and connect with database
#db specific properties
spring.datasource.url=jdbc:mysql://localhost:8888/needindeed
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=port
- Admin can Login and SignUp.
- Admin can add the products.
- Admin can update the product details.
- Admin can delete the product.
- Admin can view the all the product details.
- Admin can see all the custoemers list.
- Admin can save the customer.
- Admin can remove the customer.
- Admin can update the customer.
- Customer can Login and Signup.
- Customer can update his/her details.
- Customer can save his/her details.
- Customer can buy products.
- Customer can delete product from cart.