An online auction system enabling seamless buying and selling via competitive bidding with transparency, security, and real-time interactions.
- User Authentication: Secure login & registration.
- Product Listings: Sellers list items with details.
- Real-Time Bidding: Live auction updates.
- Auction Timer: Countdown to bid deadlines.
- Payment Integration: Secure transactions.
- Notifications: Alerts for bids & results.
- Admin Dashboard: User & auction management.
- Frontend: React / Nextjs
- Backend: Node.js /Nextjs
- Database: PostgreSQL
-
Clone & Install
git clone https://github.com/gulshank0/e-auction-platform.git cd e-auction-platform npm install -
Configure
.env(Database, API keys) -
Run the App
npm run dev # Frontend
- Register/Login.
- List a product.
- Place bids.
- Monitor auctions.
- Complete transactions.
- Fork & branch.
- Commit & push.
- Submit PR.