Skip to content

IPSPATHAN/E-Commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

🛒 MERN E-Commerce Project

📌 Overview

A full-stack E-Commerce Web Application built with the MERN stack (MongoDB, Express, React, Node.js).
This project demonstrates authentication, product management, cart, payments, and admin features.


✨ Features

  • 🔐 User Authentication (JWT + bcrypt)
  • 🛍️ Product listing, search, filter
  • 🛒 Cart & Checkout
  • 💳 Stripe Payment Integration
  • 👨‍💼 Admin Dashboard (CRUD Products & Orders)
  • 🌐 Responsive UI (React + TailwindCSS/Bootstrap)

🛠️ Tech Stack

  • Frontend: React, Axios, TailwindCSS
  • Backend: Node.js, Express.js
  • Database: MongoDB Atlas
  • Auth: JWT, bcrypt
  • Payment: Stripe API
  • Hosting: Netlify (frontend), Render (backend)

🚀 Live Demo

🔗 Click here to see live app
🔗 API Server


📷 Screenshots

Homepage Cart


⚙️ Installation

# Clone the repo
git clone https://github.com/your-username/mern-ecommerce.git
cd mern-ecommerce

# Install dependencies for backend
cd server
npm install

# Install dependencies for frontend
cd ../client
npm install

# Run backend
cd ../server
npm start

# Run frontend
cd ../client
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors