Auction Hub is an online platform that simplifies the auction process for both buyers and sellers. Users can create auctions for various items and bidders can easily browse and bid on items. The platform is built using modern web technologies such as React and Node.js, with a backend database to store auction and user information. Auction Hub also includes security features to ensure fair and transparent auctions.
Clone the project
git clone https://github.com/sharmas07/AuctionHub.git cd clientInstall dependencies
npm installStart the server
npm start cd serverInstall dependencies
npm installStart the server
npm run devstartTo run this project, you will need to add the following environment variables to your .env file
MONGODB_URL
JWT_SECRET
Client: React
Server: Node, Express, JWT, Socket.IO, bcryptjs
Database: MongoDB
