This is an e-commerce website built using Strapi as the backend and the database and React for the front end, and for the payment Stripe API is used
git clone https://github.com/Dev-Code24/ecommerceWithStrapi.gitAfter cloning the repository,
// To run the server
cd server
npm run develop
cd..
// To start the website
cd client
npm run start
Now you will be able to see your website running on localhost:3000 or 127.0.0.1:3000
The following is how the final result should look like: