eShopLite
eShopLite is a set of reference .NET applications implementing an eCommerce site with features like Semantic Search, MCP, Reasoning models and more.
GitHubスター
113
ユーザー評価
未評価
お気に入り
0
閲覧数
36
フォーク
44
イシュー
3
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
インストール方法
前提条件
必要なソフトウェアとバージョンを明記してください。.NET SDK: 6.0以上
Visual Studio: 2022以上
インストール手順
1. リポジトリのクローン
bash
git clone https://github.com/Azure-Samples/eShopLite.git
cd eShopLite
2. 依存関係のインストール
bash
dotnet restore
3. アプリケーションのビルド
bash
dotnet build
4. アプリケーションの起動
bash
dotnet run