react-e-commerce-backend

This repo is handeling the backend of the react e-commerce app

If you want to host the backend server locally.

git clone https://github.com/yashcrest/react-e-commerce-backend 
code react-e-commerce-backend
npm install
npm start

Once the server is ran locally visit ecommerce-frontend Once clicked on "checkout" button on cart page, it should create a new Stripe checkout session and display stripe's checkout page.