This repository contains an e-commerce web application made in MERN.
- UI Components for products on Home screen
- Product page with related products carousel
- APIs for CRUD operations
- Redux store to fetch state
- Customer Profile and Update info
- Payment gateway integration
- Auth using JWT
- Order Details and Customer Orders
- MERN
- React-Redux and Hooks
- JWT, React-bootstrap
- Rest API using MongoDB and NodeJS
Get a glimpse here: https://youtu.be/AufStjekOz4
- $ git clone git@github.com:abhi9-hash/E-commerce-web-app.git
- $ cd E-commerce-web-app
- Install it from here
- Create .env file in root folder
- Set MONGODB_URL=mongodb://localhost/e-com
- Create database at https://cloud.mongodb.com
- Create .env file in root folder
- Set MONGODB_URL=mongodb+srv://your-db-connection
- $ npm install
- $ cd backend
- $ npm start
- $ npm install
- $ npm start