An Ecommerce Store made with ReactJs having Stripe checkout.
Demo • Screenshots • Key Features • How To Use • Build
Here is a live working demo : https://ecommerce-store-t89j.onrender.com/
- Product with their pricing and pics
- Add to Cart option
- Increment and Decrement number of products
- Remove a product from cart
- Stripe Checkout for payments
- Order multiple products
- Cancel your order
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Piyush-Deshmukh/Ecommerce-Store.git
# Install dependencies in backend
$ npm install
# Install dependencies in frontend
$ npm run install-frontend
# Run the app
$ npm start
# Run frontend
$ npm run frontend
# Run backend
$ npm run server
To build this application run the following command:
# Build command
$ npm run setup-production