RosterMonster is a fantasy basketball supplemental roster tracking tool with sortable player stats, projected stats, and lineup optimization.
Ruby version: 2.6.1
Run bundle install to install all Ruby gems and dependencies.
bundle installRun rails db:create to set up database. This app uses Postgresql for the database.
rails db:createRun rails db:migrate to create tables and migrate them to the database.
rails db:migrateRun rails db:seed to seed the database with the data necessary to run the app.
rails db:seedTo run the backend, run rails s. (Make sure the backend is running on a different port than the frontend)
rails sNBA statistics and data supplied by Sportsdata.io (https://sportsdata.io/developers/getting-started)
Built with passion by Ori Markowitz 2021