A Full-Featured E-commerce Website Amazon clone web application will allow users to browse, search for, view, and purchase products. It will also incorporate features such as user registration, product reviews, shopping cart functionality, secure payment processing, and order management.
-user registraion ** </br> -shopping cart ** </br> -browse products ** </br>
</br> In order to use payment in app you need to follow these steps:</br> 1.Move to directory /src/payment</br> 2.Run this command node stripe.js</br> Then you can see that its working in your machine.</br> Note : In this deployed app payment integration won’t work cause it need to start the express server.