The project settings are configured to use the default admin database without credentials Change this approperiately if needed
create a .env file in the main directory
SECRET_KEY=;t]MvF?g@DFwV22%awc;-)^MD&x%%F)7avIUYI.-cr`_NF{@i<0pQ={'*gOc9Uw
python3 -m venv env
pip install -r requirements.txt
flask run