ankr-ai / run_backend.bat
singh-sahitya's picture
first commit
b12e07e
raw
history blame contribute delete
147 Bytes
@echo off
echo Starting NoSnooze AI Backend...
cd /d "%~dp0"
call venv\Scripts\activate
uvicorn main:app --reload --host 0.0.0.0 --port 8000
pause