Voucher store

Java CI with Maven

Testing

mvn test

crud testing

curl localhost:9999/api/clients -X POST -H "content-type: application/json" -d '{"firstname": "Michał", "lastname": "Zzz", "address": {"street": "rakowicka"}}'
curl localhost:9999/api/clients -X POST -H "content-type: application/json" -d '{"firstname": "Michał", "lastname": "Zzz", "address": {"street": "rakowicka"}}'

curl localhost:9999/api/clients | python -m json.tool