Initial commit
This commit is contained in:
7
backend/run_backend.ps1
Normal file
7
backend/run_backend.ps1
Normal file
@ -0,0 +1,7 @@
|
||||
$ErrorActionPreference = 'Stop'
|
||||
|
||||
$root = Split-Path -Parent $PSScriptRoot
|
||||
Set-Location $root
|
||||
|
||||
python -m uvicorn app.main:app --app-dir backend --host 127.0.0.1 --port 3000
|
||||
|
||||
Reference in New Issue
Block a user