https://github.com/shubhambhoskar/enchanting-flowers-955
This is online shopping application used for the shopping purpose. Admin and user can register and perform operations accordingly.
https://github.com/shubhambhoskar/enchanting-flowers-955
javacore jpa-hibernate mysql sprinboot swagger-ui
Last synced: about 1 year ago
JSON representation
This is online shopping application used for the shopping purpose. Admin and user can register and perform operations accordingly.
- Host: GitHub
- URL: https://github.com/shubhambhoskar/enchanting-flowers-955
- Owner: shubhambhoskar
- Created: 2022-12-10T09:07:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T15:36:30.000Z (almost 4 years ago)
- Last Synced: 2025-06-20T23:05:03.541Z (over 1 year ago)
- Topics: javacore, jpa-hibernate, mysql, sprinboot, swagger-ui
- Language: Java
- Homepage: https://drive.google.com/file/d/1bECXWRVEtLPDyre0dS-1_oR5tnN64xSB/view?usp=share_link
- Size: 30.9 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## enchanting-flower-955
# REST API for E-Commerce Application
Overview
---------
Project Development In Construct Week
Project Type:
-------------
Group Project:
- Rest API using Spring Boot and Mysql
Technologies:
- Spring Boot
- Spring Data JPA (Hibernate)
- Core Java
- MySQL
- Swagger-UI
## Team Members
| Name | Student ID |
|------------------|------------|
| Shubham Bhoskar | fw20_0661 |
| Vikas Yadav | fw18_0302 |
| Shashi Suman | fw18_0471 |
| Amit Singh | fw19_0457 |
| Akash Yadav | fw20_1095 |
----------------------------
Online Shopping Application :
----------------------------
Problem Statement:
- This application is used by ABC Company admin and their Customer for online shopping
- This application will help Customer to buy the products and view order details.
- Customer can register themselves and login. Add product to the cart and purchase it .
- This application will help Admin to search Product list ,add new products ,remove products and update product .
Modules:
---------
- Login Module
- Customer Module
- Product Module
- Order Module
- Cart Module
ER-Diagram
----------

Swagger REST API:
-------------------
- Link http://localhost:8088/swagger-ui/
-------------------
Images :
----------
- All Controllers:

- Address Controller:

- Cart Controller:

- Customer Controller:

- Login Controller:

- Order Controller:

- Product Controller:

------------------------