Hackathon starter for Rails developer. Inspired by hackathon-starter.
http://hackathon-starter-rails.herokuapp.com/
$ git clone https://github.com/moongift/hackathon-starter-rails
$ cd hackathon-starter-rails
$ mv config/webapi.yml.default config/webapi.yml
# Edit webapi.yml
$ bundle install
$ rails s
development:
facebook:
key: key
secret: secret
twitter:
key: key
secret: secret
Goto Facebook developers. And create new app.
- URL is http://localhost:3000/
- Enable Client OAuth Login
- Enable Embedded browser OAuth Login
Goto Twitter Developers. And create new app.
Fix key and secret to your app's.
- Bootstrap
- Font awesome
- OAuth Login (Facebook / Twitter) using OmniAuth
- ID/Password Login (Devise)
MIT License.