Web application for creating and maintaining fantasy leagues for different kinds of sport competitions.
$ bundle install
$ rails db:create
$ rails db:schema:load
$ rails db:seed
$ yarn install
$ foreman s
Check translations
$ i18n-tasks health
$ rspec
With browser
$ rails server -e test -p 5002
$ yarn cypress open --project ./spec/e2e
Headless
$ rails server -e test -p 5002
$ yarn run cypress run --project ./spec/e2e
$ bearer scan .
Weeks::ChangeService.call(week_id: week.id)
week - coming week that must start
Games::FetchService.call(game: game)
game - game for fetching data
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Please see the LICENSE file in our repository for the full text.