Make Flask Tutorial Project to be security vulnerable
Run bellow commands:
$ git clone https://github.com/khanhnt2/DVPFWA
$ python3 -m venv DVPFWA
$ cd DVPFWA
$ source bin/active
$ pip3 install -r requirements.txt
If it's your first time or you want to clear the database, run:
$ python3 main.py --init
If you want to keep the old database, run:
$ python3 main.py
Then open http://127.0.0.1:5000 in a browser.