Holds the loans process exam
docker compose up
curl --location --request POST 'http://localhost:8100/loan' \
--header 'Content-Type: application/json' \
--data-raw '{
"AmountRequired": 7000,
"Term": 2,
"Title": "Mrs.",
"FirstName": "Test",
"LastName": "TestLastName",
"DateOfBirth": "1992-02-22",
"Mobile": "+7721312",
"Email": "test@gmail.com"
}'
Then copy the URL response via the api, then Past it on the browser
if api server is not running on the first time, after hitting docker compose.
- Solution: restart docker container for the api only
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.