Files
ThreatHunt/start-backend.bat
mblanke b398f6624c CLAUDE branch
i made have screwed the pooch with this
2025-06-17 06:55:38 -04:00

9 lines
152 B
Batchfile

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