mohitparmar1 / Shopy

https://shopy-mohitparmar1s-projects.vercel.app/
34 stars 70 forks source link

RESTful API for Items - fixes #19 #65

Closed neelamnagarajgithub closed 4 months ago

neelamnagarajgithub commented 4 months ago

✅Created The total Server in the set of MVC architecture image

Created a 3 Restful APIs Which serves three routes

✅/api/v1/mens ✅/api/v1/womens ✅/api/v1/kids

Now any type of Request can be performed on this Routes

Here is The Unified Schema of the Items is

{
 "ClothName":" ",
"images": [""],
"rating":,
"reviews":[""],
"brand":"",
"description": "",
"price":,
"category":"",
"itemsleft":,
"subCategory":[""],
"tags":["latest"],
"size":["X","M","L","XL"]
}

Now these three Routes are ready to handle any type of requests(get,post,patch,delete) and ready to link with the Frontend

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
shopy-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 11, 2024 8:56pm
neelamnagarajgithub commented 4 months ago

@mohitparmar1 Please change this pr from hard to level3