
Global Trade Hub
B2B trade platform with JWT auth, REST API integration, role-based dashboards for buyers and sellers, and dynamic product management.
Test Credentials
Use these accounts to explore the live demo
Manage product listings and orders
Browse products and place orders
Project Overview
Full-stack B2B web application with JWT authentication, REST API integration, and a dynamic product management system. Enables seamless trade between buyers and sellers with dedicated role-based dashboards, real-time inventory updates, and a clean negotiation workflow.
Problem Statement
B2B traders lack a lightweight, self-hosted portal where buyers and sellers can manage listings, negotiate deals, and track order status without enterprise-level overhead.
Solution
Designed a role-split MERN portal where sellers manage listings and buyers place enquiries — all tracked in a unified dashboard secured with JWT and with persistent data in MongoDB.
Key Features
- Buyer and Seller role-based dashboards
- JWT authentication with protected routes
- Product listing with search and filter
- Order and enquiry management
- Real-time inventory status updates
- Responsive layout for mobile and desktop
Challenges Faced
- Building a clean role-routing system without a dedicated auth service
- Keeping buyer/seller data isolated while sharing a single MongoDB instance