/foosy

Your new favourite foosball tracker.

Primary LanguageJavaScript

foosy

Your new favourite foosball tracker.

ABOUT

Application that allows you to track foosball games. Create players and games and score up to 10 goals to win. View ranking page for top players of the day and of all time and make sure you are the most active player of the day! Styled with Bootstrap, additionally validated with JS, response prepared with AJAX, decorated with Draper, tested with RSpec and Capybara. Foosy now runs with Cloudinary and Chartkick, so it has cloud-based photo storage and some cool charts to show!

CONFIGURE:

  • git clone git://github.com/zuzannast/foosy.git clone my repo

  • Set up database.yml with your mysql data

  • rake db:create

  • rake db:migrate

  • rake db:seed if you want to have players and empty games added automatically

  • rspec to check if tests are passing

Live on Heroku!

http://foosy.herokuapp.com

Cheers!

ToDo later:

  • minimize SQL requests
  • repair JS tests