4 lines
93 B
Bash
4 lines
93 B
Bash
source ./.venv/bin/activate
|
|
uvicorn start:app --port 7777 --host="0.0.0.0"
|
|
# python ./api.py
|