You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👕 Jay Drip — Full Stack Clothing E-commerce Website
Jay Drip is a modern, full-featured clothing e-commerce platform built with the MERN Stack (MongoDB, Express.js, React.js, Node.js). It allows users to browse products by category, manage carts and orders, and securely checkout with Stripe or Cash on Delivery (COD). Admins can manage inventory and orders through a dedicated panel.
# Clone the repo
git clone https://github.com/jaymehta9/JayDrip.git
# Install backend dependenciescd backend && npm install
# Install frontend dependenciescd ../frontend && npm install
# Run both servers (use concurrently or run separately)
Created with ❤️ by Jay Mehta
About
Jay Drip is a full stack clothing eCommerce site built with the MERN Stack. It includes category-wise products for Men, Women, and Kids (Topwear, Bottomwear, Winterwear), user auth, shopping cart, order management, and secure payments via Stripe and Cash on Delivery (COD).