Readme
This commit is contained in:
parent
80e9a73a5a
commit
86bb0a4c32
28
README.md
Normal file
28
README.md
Normal file
@ -0,0 +1,28 @@
|
||||
# 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user