Skip to content

skg1998/bidTo

Repository files navigation

BidTo

Online Bidding site

Besides having a good amount of money users are still not able to buy new, unique, and ancestral products over the internet, or having a product, users are not getting a good amount for that product. By considering the gap between users (buyer/seller) we are proposing the solution of an online bidding system that limits the gap to buyer and seller with safe and secure transactions.

By using this application users: -

  1. Can initiate any bid whether public or private. Public bid: bid which will be shown for all the registered users. Private bid: bid where the seller allows participation for this bid.
  2. Can participate in any public bid.
  3. Join the bidding competitive live in real-time.

First Release

Backend-Api Doc
Under Process backend-api

Frontend Doc
Under Process Frontend

Usage

Clone app in your local

Install Dependencies

# project_folder/server
npm install

# project_folder/client
npm install

Run App

# Run server
npm run dev

# Run Frontend
npm start

Access

 # Access the web app in browser:
 http://localhost:3000
 
 # Access the Server:
 http://localhost:5000/

Version: 1.0.0