Ducky is a little side project of mine that was created to help my friends ask each other for favors. It was built upon the simple premise that if Person A were closer to a certain location compared to Person B, and if the travel cost for Person A to bring an item to Person B was not greater than the benefit, then Person A could make a small amount of money from Person B by delivering the item to Person B.
- Clone the repo.
git clone git@github.com:wonjunetai/ducky.git
bundle installto install all required gems.rails sto launch the server.