The Fullstack Stripe Store is a full-stack ecommerce application that allows users to purchase products using the Stripe payment platform. The frontend of the application was built with React and React-Bootstrap, while the backend was built with Express and Node.js. The application also utilizes Netlify for deployment. With this project, I gained experience in creating a complete ecommerce solution, including handling payment processing and securely storing sensitive customer information. The project also included features such as a shopping cart and a product catalog. Overall, this project provided me with a comprehensive understanding of how to build a full-stack ecommerce application from start to finish.
Explore the docs --- View Demo --- Report Bug
Table of Contents
when you click purcahse items, it will go to checkout once you click checkout, it will post to the backend pass the itesm from your cart to your backend on your backend, we format items to the structure that stripe wants then, create a session with those line items once the session is created with stripe, send the url back to the frontend turn the res into json, extract the url from the json and forward it to the user
I'd love to hear any feedback or just thoughts. Feel free to reach out at my contact info below. Cheers!
Distributed under the MIT License. See LICENSE.md for more information.
Give a ⭐️ if you like this project and if you like my work, maybe you would like to

