Skip to content

alvarengacarlos/Clean-Achitecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean Architecture

Description

This repository uses Clean Architecture in my interpretation to solve the borrowing problem. The description of the problem can be found here.

Api Routes

Root url: localhost:8080

  • /loans
  • POST
{
  "age": 28,
  "cpf": "000.000.000-00",
  "name": "John Doe",
  "income": 5000,
  "location": "SP"
}

Running

  • Compile the project.
  • Start the application.
  • Access endpoint /loans with HTTP post method.

References

About

Clean Achitecture with Java and Spring Boot Starter Web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages