Portfolio Manager
-
install requirements:
pip install -r requirements
-
Run service using uvicorn
uvicorn "main:app" --host "0.0.0.0" --port "4000" --reload
Go to the fastapi docs and use your api endpoints - http://127.0.0.1:4000/docs
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Portfolio Manager
install requirements:
pip install -r requirementsRun service using uvicorn
uvicorn "main:app" --host "0.0.0.0" --port "4000" --reloadGo to the fastapi docs and use your api endpoints - http://127.0.0.1:4000/docs