Poshak360 is a modern e-commerce solution for browsing, searching, and purchasing clothing & accessories.
It offers a smooth shopping experience for customers and a powerful admin dashboard for store management.
The platform supports secure payments, order tracking, customer engagement, and detailed analytics.
- User Site: https://poshak360.vercel.app
- Admin Dashboard: https://poshak360-admin.vercel.app
- Backend API: https://vercel.com/mohammadsumon/ecom-server
poshak360/
│
├── admin/ → Admin Dashboard Code
├── client/ → User Frontend Code
└── server/ → Backend API Code
- 🛍 Product Browsing & Filtering (category, price, size)
- 🔍 Smart Search with autocomplete
- 👤 User Authentication (Email/Password)
- 🛒 Cart & Wishlist
- 💳 Payment Integration (Card, COD)
- 🚚 Order Tracking
- ⭐ Product Reviews & Ratings
- 📦 Return/Exchange Requests
- 📦 Product Management (Add, Edit, Delete)
- 📜 Order Management
- 👥 Customer Management
- 🎯 Discounts & Offers Management
- 📊 Sales Dashboard
- 📈 Reports & Analytics
| Layer | Technology |
|---|---|
| Frontend | React.js, Tailwind CSS |
| Backend | Node.js, Express.js |
| Database | MongoDB Atlas |
| Auth | JWT |
| Payments | Stripe, COD |
| Storage | Cloudinary |
| Deploy | Vercel (Frontend & Backend) |
| Version Control | GitHub |
| CI/CD | GitHub Actions |
git clone https://github.com/sumu9897/poshak360.git
cd poshak360