Skip to content

Latest commit

 

History

History
109 lines (58 loc) · 2.62 KB

README.md

File metadata and controls

109 lines (58 loc) · 2.62 KB

E-commerce app with stripe integration

Introducing our advanced full-stack E-commerce application, featuring seamless real-time payment processing through Stripe integration. With a 99% success rate in test transactions and the ability to handle up to 50 transactions per minute, our platform ensures secure and efficient transactions, enhancing the user experience and making online shopping smoother than ever. Experience the future of E-commerce today!

Demo

Demo - Kindly wait for a minute or two if the demo is still loading

gym-stripe-trim.mov

Note

If you want to quickly tryout payments, you can autofill the form by clicking filler

To know more about filler - filler

Features

  • Real time payments using stripe
  • Cart with local storage
  • Home, Orders page

Run Locally

Clone the project

  git clone https://github.com/prashanthsasidharan/ecommerce-app-with-stripe.git

Go to the project directory

  cd ecommerce-app-with-stripe

Install server dependencies

  cd packages/server, yarn

Backend server runs at http://localhost:3000/

  Yarn start

Install client dependencies

  cd packages/client, yarn

Client server runs at http://localhost:3001/

  yarn start

View the app using http://localhost:3000/ in browser tab

Environment Variables

STRIPE_PUBLISHABLE_KEY= **********

STRIPE_SECRET_KEY= *******

DATABASE_URL= mongodb://localhost/filler

PORT=3000

License

MIT

Badges

MIT License

Tech Stack

Client: React, React-bootstrap

Server: Node, Express, MongoDb

🔗 Links

portfolio linkedin devto

Contributing

Contributions are always welcome!