- git clone https://github.com/gibsonnathan/Cyber-Security-Awareness-Module.git && cd Cyber-Security-Awareness-Module/
- source myprojectenv/bin/activate
- sudo pip install -r requirements.txt
- python myproject.py
- using vscode in the debug menu, select Flask configuration and start the debugger
- set break boints in vscode editor
- make a request on the route to be debugged