Centralized Database (I'm sorry) for AuctionPlatform
npm installnpm run start
You now have an API that allows you to access this firebase.
/contractsGET a JSON object with all the contracts/contracts/addContractPOST a JSON object with query elementsasset, time, price, qty/bidsGET a JSON object with all the bids/bidByIdGET a JSON object of all bids with thecIdspecified in the header of the request/contractByIdGET a JSON object of the contract with thecIdspecified in the header of the request/countGET the number of contracts in total