A full-stack online car auction platform built with React, ASP.NET Core Web API, and SQL Server. Users can browse cars, place bids, manage auctions, and complete payments securely.
- 🔑 Secure authentication (JWT + email confirmation)
- 👨💼 Admin panel for system management
- 🚘 Seller dashboard for car listings
- 🛒 Buyer bidding & tracking system
- 💳 Payment integration
- 🎨 Responsive UI with React + Tailwind CSS
- Frontend: React, Tailwind CSS
- Backend: ASP.NET Core Web API (C#)
- Database: SQL Server, Entity Framework Core
- Authentication: JWT + Email confirmation
# Clone repo
git clone https://github.com/your-username/car-bidding-system.git
# Setup frontend
cd frontend
npm install
npm start
# Setup backend
cd backend
dotnet runDeveloped as a coursework project with divided responsibilities in authentication, admin, seller, buyer, and frontend modules.