A vulnerable web app for testing purposes
Install pipenv on your system
pip install --user pipenv
Install the python packages
pipenv install
Rename .env.example file to .env
mv .env.example .env
Change values if needed in the .env file
Init the database
flask init-db
start the flask app
flask run
PS. test data is not automaticly importet, but it can be done with the use of something like sqlite browser