Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 939 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 939 Bytes

README

RosterMonster (backend)

RosterMonster is a fantasy basketball supplemental roster tracking tool with sortable player stats, projected stats, and lineup optimization.

Installation

Ruby version: 2.6.1

Run bundle install to install all Ruby gems and dependencies.

bundle install

Run rails db:create to set up database. This app uses Postgresql for the database.

rails db:create

Run rails db:migrate to create tables and migrate them to the database.

rails db:migrate

Run rails db:seed to seed the database with the data necessary to run the app.

rails db:seed

Usage

To run the backend, run rails s. (Make sure the backend is running on a different port than the frontend)

rails s

Authors and acknowledgment

NBA statistics and data supplied by Sportsdata.io (https://sportsdata.io/developers/getting-started)

Built with passion by Ori Markowitz 2021