This project is for the service related to loans. This service serves users with checking the list and the information of their loans.
Follow the list below to create the project.
- Create a Spring Boot project using Spring Initializr with the Maven option and the Spring Web dependency.
- Write a controller to test if it works.
- Test the endpoint.
That's it for now.