Skip to content

atreyeemukhopadhyay/CurrencyExchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CurrencyExchange is a commandline application developed to get exchange amount from one cureency to another as per the exchange curreny locale .

It is developed using spring-shell.

Testcases are included to test the functionality and different user input formats.

Instructions to run:

To run the CurrencyExchange application,

  1. mvn clean package.

  2. mvn spring-boot:run or java -jar target\CurrencyExchangeApplication-1.0.jar

  3. exchange <main currency/money currency>

    shell:>exchange EUR/DKK 10 74,7 shell:>exchange EUR/DKK 10000 74.700

To run the test cases, "mvn test".

About

Command line tool for calculating currency exchange

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages