Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.

goofmint/hackathon-starter-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackathon Starter Rails

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

Demo

http://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