Sign inSign up

jbirla/currency-conversion-service

By jbirla

Updated over 4 years ago

Image
0

39

jbirla/currency-conversion-service repository overview

Currency Conversion Micro Service

Run com.in28minutes.microservices.currencyconversionservice.CurrencyConversionServiceApplication as a Java Application.

Resources

{
id: 10002,
from: "EUR",
to: "INR",
conversionMultiple: 75,
quantity: 10,
totalCalculatedAmount: 750
}

Containerization

Troubleshooting
Creating Containers
  • mvn package
Running Containers
docker run --publish 8100:8100 --network currency-network --env CURRENCY_EXCHANGE_URI=http://currency-exchange-service:8000 in28min/currency-conversion-service:0.0.1-SNAPSHOT
Test API
docker login
docker push @@@REPO_NAME@@@/currency-conversion-service:0.0.1-SNAPSHOT

Tag summary

Content type

Image

Digest

Size

125.4 MB

Last updated

over 4 years ago

docker pull jbirla/currency-conversion-service:0.0.1-SNAPSHOT