Skip to content

sipatha/spring-forex-convert-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forex Convert Service

Get forex rates from openexchangerates.org

Creating Docker Image

docker build --build-arg JAR_FILE=target/forex-convert-service-0.0.1-SNAPSHOT.jar --file=Dockerfile --tag=spring-demo/forex-convert-service:latest .

Run Docker Image

docker run --network=spring-demo -i -t -d spring-demo/forex-convert-service

Accessing The Web Service

curl http://localhost:9000/forex-convert-service/convert/100/USD/ZAR | json_pp

About

Forex Convert Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published