MeowLearn
1.0.0
MeowLearn 是一個概念項目,它使用 ASP.NET MVC 框架建立全端 Web 應用程式。
克隆存儲庫。
git clone https://github.com/gmlunesa/MeowLearn.git
正確檢查並修改 appsettings(.Development).json > ConnectionStrings > DefaultConnection 以適合您的資料庫首選項。
"ConnectionStrings" : {
"DefaultConnection" : " Server=localhost \ SQLEXPRESS;Database=MeowLearnDB;Trusted_Connection=True;MultipleActiveResultSets=true "
},
在您首選的 IDE 上開啟解決方案。建構項目。
在 .Net Core CLI 上
dotnet build
在 Visual Studio 上
按 Ctrl+Shift+B
使用以下命令運行遷移:
在 .NET Core CLI 上
dotnet ef database update
在 Visual Studio 套件管理器控制台上
Update-Database
麻省理工學院完全開源
由 gmlunesa 製作 |問題?給我發電子郵件!我很樂意提供協助。