Flask_Basic_Authentication_EnvironmentVariables

To install required packages

pip install -r requirements.txt

After install required packages

for configure db run the below commands on terminal

flask db init
after, this run
flask db migrate
then the last command, to upgrade
flask db upgrade

after successfully, running all commands, execute the below command to run the 'app'

python manage.py run