Skip to content

sharmas07/AuctionHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auction Hub

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.

Screenshots

image

Run Locally

Clone the project

  git clone https://github.com/sharmas07/AuctionHub.git

client

  cd client

Install dependencies

  npm install

Start the server

  npm start

server

  cd server

Install dependencies

  npm install

Start the server

  npm run devstart

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MONGODB_URL

JWT_SECRET

Tech Stack

Client: React

Server: Node, Express, JWT, Socket.IO, bcryptjs

Database: MongoDB

License

MIT

About

Auction Hub is an online platform designed to facilitate auctions. The platform enables users to create auctions for collectibles and goods. Bidders can easily browse through active auctions, and place bids.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors