TerraMind / scripts /run_backend.bat
n4ksworks's picture
Deploy: TerraMind agriculture intelligence platform
f38691a
Raw
History Blame Contribute Delete
386 Bytes
@echo off
echo ═══════════════════════════════════════
echo TerraMind β€” Starting Backend
echo ═══════════════════════════════════════
cd /d "%~dp0\.."
python -m uvicorn backend.app.main:app --host 0.0.0.0 --port 8000 --reload