Skip to main content

A Bundesliga Tippspiel Website

Project description

Bundesliga Tippspiel

master develop
build status build status

Logo

Bundesliga Tippspiel is a website using flask and various plugins that allows users to bet on Bundesliga matches and compete with one another.

A live version of the page is available at hk-tippspiel.com. A development instance is available at develop.hk-tippspiel.com

Documentation

Documentation on the API can be found here.

For general documentation visit the progstats page

Deployment notes:

You can deploy the website using docker and docker-compose. To do this run the following commands:

# Builds the docker image
docker build -f docker/Dockerfile -t bundesliga-tippspiel-prod . --no-chache
# Starts the container and the database container
docker-compose -f docker/docker-compose-prod.yml up -d
# If you want to use an updated image
docker-compose -f docker/docker-compose-prod.yml up -d --no-deps bundesliga-tippspiel-prod-app

The .env file must contain the following variables:

  • MYSQL_ROOT_PASSWORD
  • MYSQL_USER
  • MYSQL_PASSWORD
  • MYSQL_DATABASE
  • FLASK_SECRET
  • RECAPTCHA_SITE_KEY
  • RECAPTCHA_SECRET_KEY
  • SMTP_ADDRESS
  • SMTP_PASSWORD
  • SMTP_PORT
  • SMTP_HOST
  • OPENLIGADB_SEASON
  • OPENLIGADB_LEAGUE

Backing up and restoring

All the data is stored in the mysql/mariadb database, so you can backup the database using the following command:

docker exec bundesliga-tippspiel-prod-db-container mysqldump --user root --password=$MYSQL_ROOT_PASSWORD bundesliga_tippspiel > $BACKUPS_DIR/bundesliga_tippspiel-$(date --iso-8601).db

And restoring can be done like this:

docker exec bundesliga-tippspiel-prod-db-container mysql -u root --password=$MYSQL_ROOT_PASSWORD bundesliga_tippspiel < $BACKUP_FILE

Further Information

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bundesliga-tippspiel-1.3.1.tar.gz (560.0 kB view hashes)

Uploaded Source

Built Distribution

bundesliga_tippspiel-1.3.1-py3-none-any.whl (691.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page