dwsfi/README.md

29 lines
308 B
Markdown
Raw Normal View History

2024-05-25 20:38:55 -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
```