DEV Community

João Pedro Ferreira da Silva
João Pedro Ferreira da Silva

Posted on

Good resources on how to build a bidding system.

Hi all,

I need to implement a bidding system using Ruby on Rails.
However, I would like to have a solid knowledge about it before start typing the first line of code. Who has experience or knows a good step-by-step tutorial?

In general terms of functionalities, the system should be able to receive an offer from a buyer, send it to the seller, give the option to the seller to accept/reject the bid.

It doesn't need to be in RoR, any language is welcome.

Top comments (0)