Go to file
2024-05-25 20:38:55 -04:00
templates remove localhost 2024-05-25 20:35:09 -04:00
.gitignore Initial commit 2024-05-25 11:18:39 -04:00
cache.csv done 2024-05-25 20:14:56 -04:00
Dockerfile done 2024-05-25 20:14:56 -04:00
dump.rdb done 2024-05-25 20:14:56 -04:00
main.py fix tx 2024-05-25 20:32:50 -04:00
README.md Readme 2024-05-25 20:38:55 -04:00
requirements.txt dont forget reqs 2024-05-25 20:17:14 -04:00
transactions.p fix tx 2024-05-25 20:32:50 -04:00
users.p fix tx 2024-05-25 20:32:50 -04:00

DWSFi

Simulation of a treasury purchasing application

Why DWS?

DWS - Dubey Web Services

How to run?

pip3 install -r requirements.txt
python3 main.py

Access at localhost:8008

Docker build

docker build -t MY_TAG .

Docker run

docker run -it -p 8008:8008 MY_TAG