Online Auction House
This web-based application is designed for collectors and hobbyists to buy, sell, and bid on items across various categories, including jewelry, art, vintage items, and more.
- Secure user registration and login
- Detailed item listings with images and descriptions
- Live and e-marketplace auctions
- Real-time bidding and notifications
- Secure payments with Stripe API
- Seller and buyer dashboards
- Order tracking and management
- Feedback and complaint system
- Clone the repository
- In the backend folder, install node modules in both the client and server folder using the npm i command.
- Using npm start command start server and open index.html with live server.