backend for fantasy basketball app. user / team / player / join tables built in Ruby on Rails with ActiveRecord and SQLite 3.
Players are currently imported from a CSV file (working on a live API / web scraper solution for fully up-to-date rosters and stats.
in order to the run the app, first clone this backend and install gems (cmd: bundle install), run it (cmd: rails s), and then start the frontend.
frontend: https://github.com/devin-mullin/basketball-frontend