No description
  • Ruby 75.1%
  • HTML 14.9%
  • SCSS 8.4%
  • JavaScript 1.6%
Find a file
Thomas Wodarek 8f1601e949 Oops.
2015-08-21 20:20:42 -04:00
app Oops. 2015-08-21 20:20:42 -04:00
bin Base rails application, slightly modified for project dependencies 2015-04-23 09:46:10 -04:00
config Added exported to Attendees && resized to fit the laminates 2015-05-09 07:13:12 -04:00
db Add in ability to check in an attendee 2015-05-10 21:02:48 -04:00
lib Base rails application, slightly modified for project dependencies 2015-04-23 09:46:10 -04:00
log Base rails application, slightly modified for project dependencies 2015-04-23 09:46:10 -04:00
public Base rails application, slightly modified for project dependencies 2015-04-23 09:46:10 -04:00
spec Added Event and Attendee tables 2015-05-04 20:22:41 -04:00
vendor Use vendored font instead of relying on system font 2015-08-21 11:37:48 -04:00
.gitignore Add CarrierWave for logo uploads 2015-05-07 13:15:55 -04:00
.rspec Added Event and Attendee tables 2015-05-04 20:22:41 -04:00
config.ru Base rails application, slightly modified for project dependencies 2015-04-23 09:46:10 -04:00
Gemfile Add rails_12factor gem for heroku 2015-08-21 11:34:46 -04:00
Gemfile.lock Add rails_12factor gem for heroku 2015-08-21 11:34:46 -04:00
Rakefile Base rails application, slightly modified for project dependencies 2015-04-23 09:46:10 -04:00
README.md Base rails application, slightly modified for project dependencies 2015-04-23 09:46:10 -04:00

Badger

Badger App handles event registration and creation of badges (for events). Its original purpose was streamline the badge creation process for events we hosted in West Michigan. It has grown in concept based on need.

Setup

  1. Clone repository
  2. Run bundle install
  3. Run rake db:setup
  4. Start the server rails server

You should be greeted with the homepage. Magic.