API for managing graphs based on five Cyber Threat Modeling bases and IP threat monitoring
- install python3.9 (tip: use pyenv)
- git clone [email protected]:jessicaccp/mobat_tool.git
- cd mobat_tool
- python -m pip install --upgrade pip
- python -m pip install virtualenv
- python -m virtualenv venv
- source venv/bin/activate
- python -m pip install -r requirements.txt
- python manage.py runserver 8000
- application will run on port 8000