mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-01 05:50:21 -05:00
9 lines
152 B
Batchfile
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
|