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
MIT 完全なオープンソース
作成者: gmlunesa |質問がありますか?メールを送ってください!喜んでお手伝いさせていただきます。