A RESTful API which access the SQL database and get information about specific type of loans and their current processing dates.
.NET 5 https://dotnet.microsoft.com/download/dotnet/5.0
ASP.NET Core
api/calhfapi/get
curl -X GET "https://localhost:5001/api/Calhfa/Get" -H "accept: text/plain"
HTTPS 200 OK
Content-Type: application/json;
Date: Wed08 Dec 2021 05:26:24 GMT \
A Project to create a REST API that accesses an SQL Server database, gets specific information, and outputs the information in a JSON format