# Match Up ## Scope This is a simple application build using flask, htmx and Bulma to generate matches for badminton. ## Startup Automation Create a powershell script with the following content in the folder with the code. ```ps1 $env:DATABASE = ".csv" $env:APP_SETTINGS = "config.ProductionConfig" .venv\Scripts\activate pythonw -m flask run -p ``` Create a task using Task Scheduler to run this script on start up.