文件名称:boilerplate:使用.NET Core构建Restful API的简单示例
文件大小:124KB
文件格式:ZIP
更新时间:2024-05-22 02:28:18
boilerplate jwt dotnet-core dapper C#
样板 这是使用构建Restful API的裸机样板。 宬 (框架) (ORM) (用户身份验证) (HTTP身份验证) 快速开始 跑步 git clone https://github.com/flipboxstudio/boilerplate.git cd boilerplate/App dotnet restore dotnet ef database update dotnet run 测验 git clone https://github.com/flipboxstudio/boilerplate.git cd boilerplate/App.Tests dotnet restore dotnet test 配置 AppSettings.Database.Driver 您要用于您的应用程序的数据库驱动程序。 有效设置为: Sqlite Mysql SqlServe
【文件预览】:
boilerplate-master
----App()
--------Requests()
--------postcss.config.js(89B)
--------Factories()
--------Startup.cs(4KB)
--------webpack.config.prod.js(1KB)
--------webpack.config.base.js(1KB)
--------.eslintrc.js(696B)
--------Middlewares()
--------webpack.config.js(2KB)
--------webpack.config.dev.js(881B)
--------Program.cs(767B)
--------.eslintigore(4B)
--------Controllers()
--------.vscode()
--------Services()
--------wwwroot()
--------App.csproj(3KB)
--------Responses()
--------Properties()
--------Extensions()
--------tsconfig.json(293B)
--------ClientApp()
--------tslint.json(113B)
--------Migrations()
--------AppSettings.cs(529B)
--------Exceptions()
--------appsettings.json(813B)
--------.editorconfig(164B)
--------storage()
--------package-lock.json(392KB)
--------Views()
--------package.json(2KB)
----.gitattributes(2KB)
----.vscode()
--------launch.json(2KB)
--------tasks.json(322B)
----boilerplate.sln(3KB)
----App.Tests()
--------UnitTest.cs(195B)
--------App.Tests.csproj(555B)
----README.md(6KB)
----.gitignore(4KB)