Tournament betting web app.
- Automatic generation and update of tournament games
- User (Player) login and db-storage of predictions
- Continuous score
- Round by round score presentation
Requires python3
, pip
and virtualenv
git clone
cd your_repo_name
virtualenv -p /usr/bin/python3 venv
export FLASK_APP=tournament.py
flask run
Migrate to pipenv
Bracket design origin: https://codepen.io/jimmyhayek/pen/yJkdEB/
Plot: https://www.youtube.com/watch?v=BIttXQO0bXw
Vue: https://github.com/kamilwylegala/vue-tournament-bracket