description : full-stack web-commerce app build for the MMU community
The system is designed for three main types of users: Buyer, Seller, and Admin. A single user may act as both a buyer and a seller. All major activities are handled within the eBizzness system, including registration, product listing, cart management, order management, mock payment, QR pickup verification, chatbox communication, internal notification, reporting, refund handling, content moderation, transaction management, and system statistics.
- Navigate to EcommerceApplication.java and run the app.
- Create a new terminal without closing the previous one.
- Navigate to 'frontend' folder (cd frontend)
- npm install
- npm run dev
- View the app through http://localhost:5173/