Skip to content

A tentativa de resolução do desafio para backend "empréstimos" do backend-br

Notifications You must be signed in to change notification settings

https-dre/desafio-emprestimos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loans Challenge >> backend-br

Attempt to resolve this Challenge

The service receives a call to determine which types of loans the customer should receive

[POST] {{host}}/customer-loans

{
  "age": 26,
  "cpf": "275.484.389-23",
  "name": "Vuxaywua Zukiagou",
  "income": 7000.00,
  "location": "SP"
}

The service returns a response containing the customer's name and the loans he has access to

{
    "customer": "<customer-name>",
    "loans": [
        "type": "loan-type",
        "interest_rate": "<rate>"
    ]
}

About

A tentativa de resolução do desafio para backend "empréstimos" do backend-br

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published