Skip to content

sabihkahn/full-stack-ecommerce-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


🖼️ Application Screenshots

🏠 Informational Pages

About Us Contact Us Footer


🛍️ Product & Shopping Flow

Products Panel Product Info Add to Cart Checkout Page


🛠️ Admin Dashboard & Analytics

Admin Dashboard Admin Charts


📦 Product Management (Admin)

Create Product Edit Products Edit Single Product


🗂️ Category & Order Management

Manage Categories Order Panel


⚙️ Environment Variables (Backend)

Create a .env file inside the backend/ folder:

MONGO_URL=your_mongodb_connection_string
JWT_SECRET=your_jwt_secret
GOOGLE_API_KEY=your_google_api_key_if_used
▶️ Run Locally (Development)
Backend
cd backend
npm install
node server.js


Backend runs on: http://localhost:3000

Frontend
cd frontend
npm install
npm run dev


Frontend runs on: http://localhost:5173

🏗️ Build for Production
Frontend
npm run build

Backend

Deploy using Vercel, VPS, PM2, or Docker.

About

A full-stack MERN e-commerce platform featuring an AI-integrated dashboard for rapid product management. Includes a complete shopping cart, secure product CRUD operations, and a streamlined Cash-on-Delivery (COD) checkout flow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages