The service is running on 'http://localhost:5000/'.
All the endpoints are accesible without any login.
- Show existing Bidders :
GET /bidders/ - Create a Bidder :
POST /bidders/ - Join an Auction :
POST /bidders/$id/join_auction/ - Place a Bid :
POST /bidders/$id/bid/ - Get Bidder related Auction House History :
GET /auctions/$id/auction_house_history
- Show Existing Auctions :
GET /auctions/ - Create/Update an Auction :
POST /auctions/ - Get Auction History :
GET /auctions/auction_history/$id