An open API service indexing awesome lists of open source software.

https://github.com/gokulcodes/springstore


https://github.com/gokulcodes/springstore

Last synced: 26 days ago
JSON representation

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