frozendragon authored on 15 Jan 2017
src implemented the mod97 test. 8 years ago
.gitignore Setup the project. 8 years ago
README.md Wrote a readme. 8 years ago
pom.xml implemented the mod97 test. 8 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.