Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 174 Bytes

SERVER.md

File metadata and controls

10 lines (8 loc) · 174 Bytes

Server

pip install "uvicorn[standard]"
python -m uvicorn aggregate:app --reload
python -m uvicorn aggregate:app --reload --app-dir="$(pwd)/comchoice/api"