Skip to content

cs262G-TeamGr8/WebAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is our Web API in ASP.NET written in C#. Our API makes calls to the SQL server and then can return data in JSON format to a GET call from our website. Calls range from getting teams, players, and leagues.

Microsoft Visual Studio created the majority of these files when we first created the project. We only editted a select few for our project, as most of the other files have to do with configuration of the API. The files we made changes to and/or added:

  • IntramuralsAPI/Controllers/LeagueController.cs
  • IntramuralsAPI/Controllers/TeamController.cs
  • IntramuralsAPI/Controllers/UserController.cs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published