Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 305 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 305 Bytes

A web application that:

Makes a GET HTTP request to https://arkneofinance.com/api/sample_credit_report and fetches the data in JSON format.

Saves the data in a database.

Displays all the data on a screen in an appropriate manner by reading from the database.

Tech Used: Java (Spring Boot), Thymeleaf.