GitBucket
4.20.0
Toggle navigation
Sign in
Files
Branches
1
Tags
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
frozendragon
/
IBAN-Validator-Test
Browse code
Wrote a readme.
master
1 parent
aedea5b
commit
ec937b152f7127cec418a772f97b9d8f24094898
frozendragon
authored
on 15 Jan 2017
Patch
Showing
1 changed file
README.md
Ignore Space
Show notes
View
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.
IBAN-Validator-Test ===============
Show line notes below