ausangshukla / xirr_py

Rest service for computing XIRR using python pandas and scikit
0 stars 0 forks source link

To run

Local: uvicorn app.main:app --reload

Docker requires sharing of the local /tmp files. See fund_xl.rb

Docker: docker run -p 8000:80 -v /tmp:/tmp thimmaiah/xirr_py

To build

docker build -t thimmaiah/xirr_py . docker push thimmaiah/xirr_py