Pre req:
docker
docker-compose
JDK-11
maven
docker-compose up
docker-compose down
mvn clean test
mvn spring-boot:run
curl --request POST \
--url http://localhost:8080/api/user \
--header 'Content-Type: application/json' \
--data '{
"firstName": "Tim",
"lastName": "Page",
"phone": "+378 85 34",
"email": "[email protected]",
"addressLine1": "Brook Street Lane 67",
"addressLine2": null,
"city": "Berlin",
"state": "Brandenburg",
"zip": "36413",
"countryCode": "DE"
}'