Hosted Link: https://mern-ecommerce-app-gdsc.herokuapp.com/
Tools & Technologies used :
Features:
☆ Úser Authentication using MongoDB
☆ Cart Component
☆ Orders Component
☆ Search Functionality
☆ Fully Responsive
☆ User friendly & fast
☆ Customer support using third party application
To clone & run the project:
-
Install Git VCS
-
Open the installed git terminal in a folder
-
Use the command- git clone https://github.com/dschits/MERN_Stack-EcommerceApp.git
-
Make sure that you install Node & suitable IDE in your computer
-
Open the terminal -> use cd backend -> then cd client
-
Run npm i (it installs the node modules)
-
cd backend & npm run dev
-
cd client & npm start