Tech Catalog Admin Panel
1.0.0
TechCatalog 管理面板是 TechCatalog 的 ASP.NET Core 支援 Web 應用程序,它提供對 TechCatalog 資料庫的完全存取。
.NET核心3.1
如果您的電腦上沒有Sql 伺服器,則應使用以下程式碼取代TechCatalogAdminPanel.Web/appsettings.json中的設定:
{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)mssqllocaldb;Database=TechCatalog;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*"
}
update-database