Skip to content

stanekjustyna/currencyConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter

This small RESTful API allows users to convert currencies.
Application uses current currency rates from NBP API.

Application Building and Starting

Application requires Maven installed. To start building proccess write command:
mvn clean install
After that start application with the following command:
java -jar target/*.jar

Requests

Users can send POST reqests to localhost:8080/exchange with the following JSON format request body:

{
  "amount": "1000",
  "sourceCurrencyCode": "EUR",
  "targetCurrencyCode": "USD"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages