CartZeno 🛒
CartZeno is a full-stack modern e-commerce application built for performance, scalability, and a smooth user experience.
🔧 Tech Stack
- Frontend: Next.js, Tailwind CSS, TypeScript
- Backend: Express.js, MongoDB, JWT Auth
- Features: Stripe integration, Admin dashboard, Wishlist, Cart management
✨ Key Features
- 🛍️ Browse products by category or search
- 👤 Auth system with JWT (login/register)
- ❤️ Add/remove items to wishlist
- 🛒 Persistent cart with quantity management
- 💳 Secure payments with Stripe
- 🛠️ Admin panel for product management
📁 Folder Structure (Backend)
/controllers
/routes
/models
/middleware
/utils
markdown
Copy
Edit
🚀 Getting Started
- Clone the repo:
git clone https://github.com/username/cartzeno.git
markdown
Copy
Edit
- Install dependencies:
pnpm install
markdown
Copy
Edit
- Run dev server:
pnpm dev
yaml
Copy
Edit