To run app use command
docker-compose up
GET /bids
GET /bid:id
GET /auctions
GET /auction/:id
GET /log:id
GET /logs
POST /auction/:id/stop
POST /auction/:id/start
POST/auction
body {description: String , startingPrice: Number, item: String, email: String}
POST /bid
body { email: String , auctionId: ObjectId, amount: Number }
Auction will end automatically in 30 minutes.