An open API service indexing awesome lists of open source software.

https://github.com/davidcornu/guess-who

Code(love) hackathon project
https://github.com/davidcornu/guess-who

Last synced: 7 months ago
JSON representation

Code(love) hackathon project

Awesome Lists containing this project

README

          

# Guess Qui?

A quick rails project for the Code(love) hackathon held at Notman house on May 28th and 29th 2014.

Details: http://www.code-love.com/hackathon/

It is currently hosted at http://guessqui.com/

## Installation

```
$ git clone git@github.com:davidcornu/guess-who.git
$ cd guess-who
$ gem install bundler
$ bundle
$ bundle exec rake db:create
$ bundle exec rake db:migrate
$ bundle exec rails server
```