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
- Host: GitHub
- URL: https://github.com/davidcornu/guess-who
- Owner: davidcornu
- Created: 2014-05-29T14:55:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-29T20:20:49.000Z (about 12 years ago)
- Last Synced: 2025-04-10T21:11:25.764Z (about 1 year ago)
- Language: Ruby
- Size: 527 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```