Simple shop application built with Blazor WebAssembly
Make sure you have the .NET Core 3.1 SDK installed on your machine. Then do:
git clone https://github.com/kalintsenkov/BlazorShop.git
cd BlazorShop/src
dotnet run --project BlazorShop.Web/Server/BlazorShop.Web.Server.csproj
- .NET Core 3.1
- ASP.NET Core 3.1
- ASP.NET Core WebAPI 3.1
- Entity Framework Core 3.1
- AutoMapper
- Blazored.LocalStorage
- Blazored.Toast
- MyTested.AspNetCore.Mvc
- xUnit
- Moq
- Shouldly
Contributions, issues and feature requests are welcome!
This project is licensed under MIT license.
Give a ⭐ if you like this project!