File size: 340 Bytes
401aaf2
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# Run from change_detection_webapp folder
Set-Location $PSScriptRoot
Write-Host "Starting Satellite Change Detection..." -ForegroundColor Cyan
Write-Host ""
Write-Host "Open in your browser:  http://localhost:8000" -ForegroundColor Green
Write-Host ""
Start-Process "http://localhost:8000"
uvicorn app.main:app --host 127.0.0.1 --port 8000