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