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 制作 |问题?给我发电子邮件!我很乐意提供帮助。