chauhanprakhar / Market-place

A common market place API built-in nodejs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Available Scripts

You can run this project by following commands in project directory

Install node dependencies

 npm install

API Endpoints

{
    "email":"",
    "password":""
}
{
    "name":"",
    "email":"",
    "password":"",
    "role":"Buyer/Seller"
}

Set token in headers as "Authorization" "Bearer token" to execute below apis

{

}
[
    {
        "title":"",
        "addedBy":"seller_id"
    },
    {
        "title":"",
        "addedBy":"seller_id"

    }
]
[
    {
  "productId":"product_id",
  "orderedBy":"buyer_id",
  "sellerId":"seller_id"
  },
  {
  "productId":"product_id",
  "orderedBy":"buyer_id",
  "sellerId":"seller_id"
   }
]

29a

30a

31

32

34

35a

About

A common market place API built-in nodejs.


Languages

Language:JavaScript 100.0%