https://github.com/gokulcodes/springstore
https://github.com/gokulcodes/springstore
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gokulcodes/springstore
- Owner: gokulcodes
- Created: 2025-12-20T12:45:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-24T09:52:23.000Z (6 months ago)
- Last Synced: 2026-01-03T20:27:15.237Z (5 months ago)
- Language: Java
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpringStore
## Schema
Schema:
User:
username
role
password
address
mobileNo
emailAddress
Category:
categoryName
categoryDescription
categoryImage
Products:
categoryId
productName
productDescription
productImage
Cart:
userId
productId
quantity
Seller:
name
description
coverPic
profilePic
address
ratings
inventoryId
Inventory:
productId
sellerId
quantity
price
Product Ratings & Review:
productId
buyerId
review
rating
images
Orders:
buyerId
sellerId
products:
productId
quantity
price
orderStatus
orderTotalPrice
expectedDeliveryDate
OrderHistory:
buyerId
sellerId
products:
productId
quantity
price
orderStatus
orderTotalPrice
Notification (SMS & Email)
content: HTML / String
smsStatus
emailStatus
Admin:
name
password