-
A basic and easy-to-understand e-commerce Web Application using MERN Stack.
-
Fully-functional website from Front-End to Back-End.
-
I've also integrated Stripe Payment Gateway for Payment checkout facility.
-
Fork the repo, Star the repo
-
Git clone this repo
-
Install all dependencies for both the front-end and back-end
-
Make sure MongoDB is running (mongod), then start your Node and React servers
-
Ensure both servers are up and running by visiting their existing endpoints in your browser
cd projfront
npm i && npm start
cd projback
npm i && npm start
If you're new to contributing to Open Source on Github, this guide can help you get started. Please check out the contribution guide for more details on how issues and pull requests work.