Skip to content

Rahulgans/E-Commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce application using MEAN STACK 😀

FOLLOWING ARE THE API END POINTS AVAILABLE IN THIS APPLICATION

     * user/login  : LOGIN PAGE
     
     * user/signup  : SIGNUP PAGE
     
     * user/dashboard  : Dashboard PAGE
     
     * product/all  : All Products page
     
     * product/:id  : Get Single Product Page
     
     * product/delete/:id  : Delete product
     
     * cart/all : VIEW CART PAGE
   
     * cart/add/:id  : Add to cart
  
     * cart/delete/:id  : Delete from cart

     * password/forgot : FORGOT password page

     * password/update : Update password