Skip to content

RahulZoldyck/AuctionSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Steps to install

Setup of Auctioneer

cd auctioneer

go build

docker build --tag auctioneer .

docker run --publish 8888:8888 --detach --name auctioneer auctioneer

Setup of Bidder

cd bidder

Input port number, name, delay and value in Dockerfile

go build

docker build --tag <biddername> .

docker run --publish <bidderport>:<bidderport> --detach --name <biddername> <biddername>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published