/bidding-engine

Bidding engine which facilitates bidding and selling of items to users.

Primary LanguageJava

bidding-engine

Bidding engine which facilitates bidding and selling of items to users.

Developed using Java 8 and Eclipse.

Services facilitated by this engine

  • Users is able to put an item for auction
  • Users can place bids on an item
  • Multiple bids are allowed on a single item
  • Users is able to choose an item and view its top 5 bidders{by price}
  • Bidders are notified when there is a new bid is placed on an item

Running bidding-engine

  • Import source into Eclipse or any IDE(you might have to do some workaround to setup)
  • Run RunAuction.java to run complete system[Self explanatory with command list]