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
- Host: GitHub
- URL: https://github.com/gr455/league
- Owner: gr455
- Created: 2020-02-11T15:12:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T18:37:02.000Z (over 3 years ago)
- Last Synced: 2025-02-26T20:23:17.239Z (over 1 year ago)
- Language: Ruby
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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