Skip to content

HilufTesfay/ecommerceproject

Repository files navigation

available_APIs

     //v1/auth
  api_1: "post /v1/auth/register",
  api_2:"post v1/auth/refresh-token",
  api_3: "get v1/auth/login/",
  api_4: "post v1/auth/logout/",
    //v1/customers
  api_5: "get v1/customers/",
  api_6: "post v1/customers/ ",
    //v1/customers/:id
  api_7: "delete v1/customers/:id",
  api_8: "get v1/customers/:id",
     //v1/customers/ac/profile
  api_9: " get v1/customers/ac/profile",
  api_10: "put v1/customers/ac/profile",
  api_11: " delete v1/customers/ac/profile",
       ///v1/products
  api_12: "get v1/products",
  api_13: "post v1/products/",
      //v1/products/:id
  api_14: "delete v1/products/:id",
      ///v1/products/search
  api_15: "get v1/products/search",
     ///v1/products/review/
  api_16: "get /v1/products/reviews/",
  api_17: "post /v1/products/reviews/",
    ///v1/products/review/:id
  api_18: "delete /v1/products/reviews/:id",
     //v1/products/customers/search
  api_19: "get v1/products/customers/search/email",
  api_20: "get v1/products/customers/search/phone",

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published