GiftFor is a web application that manages users' gift guide, the gifts that make up gift guide and users' reviews of those gifts. It incorporates search functionality from the Amazon API to retrieve gifts and save them to the database.
Download the repo, cd into the directory then run the migrations
rake db:migrate
And start a rails server:
$ rails s
What to contribute? Great. File an issue with a pull-request for your fix or feature.
Please see LICENSE