Bank | statement type | format |
---|---|---|
State Bank Of India | SB, PPF, Loan | csv |
Canara Bank | SB | csv |
ICICI Bank | SB | xls |
PhonePe | UPI |
$ make docker_build
$ docker run -it --rm -p 8080:8080 pf_dashboard:latest
And then open http://localhost:8080/pf/
in browser
$ make init
$ make install
$ . venv/bin/activate
$ ./server.py
And then open http://localhost:3000/
in browser
$ make init
$ make test