How to run local

  1. git clone https://github.com/gibsonnathan/Cyber-Security-Awareness-Module.git && cd Cyber-Security-Awareness-Module/
  2. source myprojectenv/bin/activate
  3. sudo pip install -r requirements.txt
  4. python myproject.py

How to debug api

  1. using vscode in the debug menu, select Flask configuration and start the debugger
  2. set break boints in vscode editor
  3. make a request on the route to be debugged