Skip to content

goofmint/hackathon-starter-rails

Repository files navigation

Hackathon Starter Rails

Hackathon starter for Rails developer. Inspired by hackathon-starter.

Demo

https://hackathon-starter-rails.herokuapp.com/

Usage

$ 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

webapi.yml

development:
  facebook:
    key: key
    secret: secret
  twitter:
    key: key
    secret: secret

Facebook

Goto Facebook developers. And create new app.

Twitter

Goto Twitter Developers. And create new app.

Fix key and secret to your app's.

Features

LETS'S HACKING!

LICENSE

MIT License.

About

hackathon-starter for Rails developer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published