frozendragon authored on 15 Jan 2017
src This should not have been removed. 7 years ago
.gitignore Setup the project. 7 years ago
README.md Wrote a readme. 7 years ago
pom.xml Fixed the mapping to CountryRule 7 years ago
README.md

IBAN-Validator-Test

Required software

  • Maven 3
  • Java 8
  • curl or a web browser

    How to use

    Go to the root directory of the project with the terminal mvn jetty:run

Open a new terminal

curl -XGET --header "iban: [your iban]" http://localhost:8080/validator/validate -i

Or open a browser to http://localhost:8080/validator/validate, just remember to set your header parameter iban.