Centralized Database (I'm sorry) for AuctionPlatform
npm install
npm run start
You now have an API that allows you to access this firebase.
/contracts
GET a JSON object with all the contracts/contracts/addContract
POST a JSON object with query elementsasset, time, price, qty
/bids
GET a JSON object with all the bids/bidById
GET a JSON object of all bids with thecId
specified in the header of the request/contractById
GET a JSON object of the contract with thecId
specified in the header of the request/count
GET the number of contracts in total