## When developing
Run
```bash
mvn clean package
from repo root directory.
To run application local jar, run:
java -jar api/target/*.jarMicroservice finds database through ip
To test the service you should go to
http://localhost:8086/v1/payments
To see a list of all payments.
http://localhost:8086/v1/payments/1
To see the first one, etc.
docker build . -t tt-payments:X[Optional] Define your own X
docker run -p 8086:8086 tt-payments:X