This repository uses Clean Architecture in my interpretation to solve the borrowing problem. The description of the problem can be found here.
Root url: localhost:8080
- /loans
- POST
{
"age": 28,
"cpf": "000.000.000-00",
"name": "John Doe",
"income": 5000,
"location": "SP"
}
- Compile the project.
- Start the application.
- Access endpoint /loans with HTTP post method.