Portfolio
Clothing Marketplace Web Application

-
Client Future Link
-
Category Web Development
-
Date September 15, 2023
This project was built during my 4th-year internship using Laravel and MySQL, and served as a learning platform as much as a practical marketplace. It’s a fully dynamic multi-vendor clothing marketplace where users can browse by category, brand, or price, sort items by various criteria, add to cart or wishlist, select product variants or options, submit reviews, and complete checkout with different shipping rules and payment methods such as PayPal, Stripe, and cash on delivery. Coupons, order history, user profiles, and vendor accounts are all supported.
On the admin side, the marketplace includes a robust back office where admins can manage products, vendors, orders, payments, shipping rules, site content like blogs, newsletters, and homepage banners, and more. Vendors are treated as users with extra permissions, and they can chat with customers, manage their inventory and orders, and fulfill requests. The system is live and publicly hosted at marketplace.aimanecouissi.com.
For testing, demo accounts are provided for all three roles: the admin account is available at [email protected] with the password “password”, the vendor account can be accessed at [email protected] with the same password, and the customer account is [email protected] also with “password”. To protect the database, all mutation features have been disabled; only safe core functionality such as browsing, navigation, and placing orders is enabled.