File size: 140 Bytes
7b4f5dd
 
 
 
 
1
2
3
4
5
6
@echo off
echo Starting CodeSentry Backend...
cd /d "%~dp0backend"
pip install -r requirements.txt -q
uvicorn main:app --reload --port 8000