eShopLite
eShopLite is a set of reference .NET applications implementing an eCommerce site with features like Semantic Search, MCP, Reasoning models and more.
GitHub Stars
113
User Rating
Not Rated
Favorites
0
Views
44
Forks
44
Issues
3
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:.NET SDK: 6.0 or higher
Visual Studio: 2022 or higher
Installation Steps
1. Clone Repository
bash
git clone https://github.com/Azure-Samples/eShopLite.git
cd eShopLite
2. Install Dependencies
bash
dotnet restore
3. Build Application
bash
dotnet build
4. Run Application
bash
dotnet run