ocranbillions / venstore-be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

venstore-be

https://venstore-api.herokuapp.com/

Endpoints

Method Description Endpoints BODY
POST Add product /products { name:"String",description:"String",price:"float",category:"String",color:"String", image:"File JPG/PNG" }
GET Fetch all products /products N/A
GET Fetch product by Id /products/:id N/A
PATCH Update product /products/:id { name:"String",description:"String",price:"float",category:"String",color:"String", image:"File JPG/PNG" }
DELETE Delete product /products/:id N/A

About


Languages

Language:JavaScript 99.2%Language:Shell 0.8%