Giter Site home page Giter Site logo

hackstrap's Introduction

Welcome to Hackstrap

Hackstrap is a basic Rails 4 app with Github and Twitter login. I use it as a base for apps supporting events.

Development

You can run Hackstrap in development without Twitter or Github setup.

To access as a player, run:

MOCK_USER=true bundle exec rails s

To access as staff, run:

MOCK_USER=staff bundle exec rails s

Testing

Tests are in rspec, the whole app is not covered, but there's enough for you to check out how you can test additions.

Setting up on heroku

First, get the Heroku Toolbelt. Then:

heroku apps:create [NAME]
heroku config:set SECRET_KEY_BASE=[secret key]
heroku run rake db:migrate --app [NAME]

Afterwards, set up a GitHub app with callback_url set to https://[NAME].herokuapp.com/oauth/github/callback. Then, set up a Twitter app with callback_url set to https://[NAME].herokuapp.com/oauth/twitter/callback.

When you have tokens for both apps, run:

heroku config:set GITHUB_APP_ID=[github client id] GITHUB_SECRET=[github client secret]
heroku config:set TWITTER_TOKEN=[github client id] TWITTER_SECRET=[github client secret]

And then go to https://[NAME].herokuapp.com.

License

License is MIT. See LICENSE for details.

hackstrap's People

Contributors

marcinbunsch avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.