AwarePhish is a phishing threat awareness site, it allows users to register to take phishing quizzes and keep track of their score as well as view the evolution of their score over time.
If you want to run the web app, you need to install the required python libs.
pip install -r requirements.txt
You can then run the app in a local server.
python manage.py runserver