An open API service indexing awesome lists of open source software.

https://github.com/gr455/league

Simple Rails app to manage players and teams in a league
https://github.com/gr455/league

Last synced: about 1 year ago
JSON representation

Simple Rails app to manage players and teams in a league

Awesome Lists containing this project

README

          

# league
Simple Rails app to manage players and teams in a league

To install:
* run `bundle install`
* copy contents of config/database.yml.example to config/database.yml and modify the file and set up mysql
* run `rake db:create` and `rake db:schema:load`
* run `rails db:migrate`

use localhost:3000/players to begin

Add new team before adding a new player