Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 628 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 628 Bytes

README

Application Description

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.

Installation

Download the repo, cd into the directory then run the migrations

rake db:migrate

And start a rails server:

$ rails s

Contributions

What to contribute? Great. File an issue with a pull-request for your fix or feature.

Licensing

Please see LICENSE