Full-featured eCommerce web application with authentication and checkout.
SmallFancy is a full-stack eCommerce platform built on the MERN stack. It includes user authentication (JWT), product catalog with categories, shopping cart, order management, and a basic admin panel for product CRUD. Designed as a production-ready eCommerce starter.
MongoDB stores products, users, and orders. Express + Node.js handle the REST API with JWT-based auth middleware. React frontend uses Redux for state management. Bcrypt for password hashing, Mongoose for ODM.
Add payment gateway (Stripe/Razorpay), product reviews, wishlist, email notifications, and a seller dashboard.