Amateur sport organised
TeamSquad is a website for managing sports leagues, cups, fixtures, results, and some other stuff besides.
Ideally you’d just sign up and use the finished site but if you want to run the code yourself (maybe to help improve it) then you need…
Runs just fine on Heroku.
bundle install
createdb teamsquad_dev
rake db:migrate
rake db:seed
foreman start
To actually do anything you’re going to want to login (‘test@teamsquad.com’ and ‘password’). Then you can add fixtures, enter results, and all that jazz.
Pull requests welcome. Tests preferred.
MIT.