Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 368 Bytes

help.md

File metadata and controls

10 lines (7 loc) · 368 Bytes

Schemas

👉 Review ➡ [text: (r), likes: (d), author: (o)] 👉 Product ➡ [title: (r), price: (r), description: (r), image: (), likes: (d), author: (o), reviews: (o)] 👉 User ➡ [fullName: (r), userName: (r), email: (r), contactNo: (r), profilePhoto: (r), location: (r), gender: (r), products: (o)]

username: min (3) password: min(6)

title: min(5) max(15)