CLAUDE branch

i made have screwed the pooch with this
This commit is contained in:
2025-06-17 06:55:38 -04:00
parent 6a2279b704
commit b398f6624c
20 changed files with 1159 additions and 1 deletions

8
start-backend.bat Normal file
View File

@@ -0,0 +1,8 @@
@echo off
title Cyber Threat Hunter - Backend
cd /d "%~dp0\backend"
echo Starting Backend Server...
call venv\Scripts\activate.bat
python app.py
pause