TodoListExample:JsonApiDotNetCore 待办事项列表示例

时间:2021-05-30 16:09:05
【文件属性】:
文件名称:TodoListExample:JsonApiDotNetCore 待办事项列表示例
文件大小:194KB
文件格式:ZIP
更新时间:2021-05-30 16:09:05
rest json-api dotnet-core aspnet-core webapi JsonApiDotNetCore 待办事项列表示例 演示应用程序。 用法 启动数据库 该应用程序需要使用 appsettings.json 中指定的凭据运行 postgres 实例。 一种方法是在 Docker 容器中运行数据库: docker run --name TodoListSampleDb \ -e POSTGRES_USER=postgres \ -e POSTGRES_PASSWORD=postgres \ -e POSTGRES_DB=TodoList \ -p 5432:5432 \ -d postgres 启动 API cd TodoListAPI 运行迁移: dotnet ef database update 设置环境为development: export ASPNETCORE_ENVIRONMENT=develop
【文件预览】:
TodoListExample-master
----TodoListClient()
--------.jshintrc(518B)
--------ember-cli-build.js(826B)
--------public()
--------testem.js(237B)
--------yarn.lock(227KB)
--------bower.json(58B)
--------.ember-cli(280B)
--------.travis.yml(336B)
--------config()
--------README.md(1KB)
--------.bowerrc(60B)
--------.editorconfig(368B)
--------tests()
--------.gitignore(249B)
--------app()
--------.watchmanconfig(37B)
--------package-lock.json(463KB)
--------package.json(1KB)
--------vendor()
----TodoListAPI()
--------TodoListAPI.sln(2KB)
--------Startup.cs(6KB)
--------Program.cs(445B)
--------Repositories()
--------Controllers()
--------.vscode()
--------Services()
--------Models()
--------Properties()
--------Migrations()
--------Data()
--------appsettings.json(284B)
--------TodoListAPI.csproj(727B)
--------.gitignore(6KB)
----.vscode()
--------launch.json(1KB)
--------tasks.json(335B)
----README.md(912B)

网友评论