This is fantasy football application.
Fantasy football one step closer to the real one!
- Create your league to play with friends
- Fight for best players at auction
- Choose the Module and fill it with the best players you have
- Score goals, receive bonuses and win the League
gem install bundler
bundle install
brew install overmind
yarn install
rails db:setup
./bin/dev
Run API specs
rspec --tag rswag
Generate swagger docs
RAILS_ENV=test rails rswag