AnimalShelterAPI。解决方案 源码
乔的动物收容所-.NET Web API和MVC 2021年1月22日 1/18/2021 :open_book: 描述 此应用程序是一个自定义.NET Web API,用于存储可在动物收容所收养的猫狗。 该应用程序还利用Entity框架来设置和操作SQL数据库。 用户可以通过项目的.NET MVC客户端创建,编辑和删除数据库条目。 Swagger用于自动生成有关API的文档。 您还可以使用swagger UI界面与API进行交互。 约瑟夫·尼罗 :wrench: 设置/安装要求 如果您在执行下面列出的任何步骤/说明时遇到困难,请通过与我联系。 Git Bash(或其他终端程序)和Git
文件列表
AnimalShelterAPI_Solution-master.zip
(预估有个88文件)
AnimalShelterAPI.Solution-master
.gitignore
30B
SwaggerSchemas.JPG
27KB
AnimalShelterClient
Program.cs
425B
appsettings.Development.json
137B
Controllers
CatsController.cs
913B
DogsController.cs
1KB
HomeController.cs
731B
暂无评论