avinashbharti97 / Mongo_graphLookup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apis

  • get all categories with child categories

    /categories
  • add categories

    /categories/create
  • get all products of a particular category

    /products/:cat_id
  • add product

    /products/create
  • update product

    /products/:p_id/update

About


Languages

Language:JavaScript 95.0%Language:HTML 3.6%Language:CSS 1.5%