Skip to content

A Project to create a REST API that accesses an SQL Server database, gets specific information, and outputs the information in a JSON format

Notifications You must be signed in to change notification settings

Gurrdhillon/BigLarryAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BigLarryAPI

A RESTful API which access the SQL database and get information about specific type of loans and their current processing dates.

Install

.NET 5 https://dotnet.microsoft.com/download/dotnet/5.0
ASP.NET Core

Get List of Loans of and Dates

Request

api/calhfapi/get
curl -X GET "https://localhost:5001/api/Calhfa/Get" -H "accept: text/plain"

Response

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

About

A Project to create a REST API that accesses an SQL Server database, gets specific information, and outputs the information in a JSON format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 87.8%
  • TSQL 12.2%