Skip to content

Drosty/truegm

Repository files navigation

TrueGM

Codeship Status for Drosty/truegm

Code Climate Test Coverage

This is a Fantasy Football tracking Site for my Fantasy Football league.

It tracks multiple leagues which has multiple teams. Each team has a roster of NFL Players and will calculate teams salaries.

Each team has to stay under a certain salary cap.

The roadmap of this application includes importing stats, a forum, projections, trades, free agents, and a UI overhaul (amongst many things)

Database Project Setup

In order to get the database setup and running run the following commands in this order:

Note: .env file needs to have the API Key for Fantasy Data set

bundle exec rake db:create
bundle exec rake db:schema:load
bundle exec rake import:nfl_teams
bundle exec rake import:nfl_schedule
bundle exec rake import:nfl_players

# If you want fake data generated
bundle exec rake generate:fake_salaries
bundle exec rake generate:year_of_fake_stats

# to get real data (this will take a while)
bundle exec rake spotrac:scrape

bundle exec rake db:seed

About

Fantasy Football Tracker for my league

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages