https://github.com/kalintsenkov/BlazorShop
ASP.NET Core | Blazor WebAssembly | Simple Shop application
https://github.com/kalintsenkov/BlazorShop
asp-net-core blazor blazor-webassembly csharp shop-application web-api
Last synced: about 1 month ago
JSON representation
ASP.NET Core | Blazor WebAssembly | Simple Shop application
- Host: GitHub
- URL: https://github.com/kalintsenkov/BlazorShop
- Owner: kalintsenkov
- License: mit
- Created: 2020-04-30T17:22:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T19:15:50.000Z (over 1 year ago)
- Last Synced: 2024-10-15T05:22:58.388Z (6 months ago)
- Topics: asp-net-core, blazor, blazor-webassembly, csharp, shop-application, web-api
- Language: C#
- Homepage:
- Size: 7.76 MB
- Stars: 304
- Watchers: 10
- Forks: 53
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazor - BlazorShop -   Simple shop application built with Blazor WebAssembly. (Sample Projects / CMS)
README
# BlazorShop
Simple shop application built with Blazor WebAssembly[](https://dev.azure.com/Tsenkow/BlazorShop/_build/latest?definitionId=5&branchName=master) [](https://ci.appveyor.com/project/kalintsenkov/blazorshop) [](https://travis-ci.org/kalintsenkov/BlazorShop)
## :boy: Author
[](https://www.facebook.com/kalin.tsenkow/) [](https://www.instagram.com/kalintsenkov/) [](https://www.linkedin.com/in/kalintsenkov/) [](https://github.com/kalintsenkov)
## :eyes: Try it out
Make sure you have the [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download) 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
```## :construction_worker: Built with
- [.NET Core 3.1](https://github.com/dotnet/core)
- [ASP.NET Core 3.1](https://github.com/dotnet/aspnetcore)
- [ASP.NET Core WebAPI 3.1](https://github.com/dotnet/aspnetcore)
- [Entity Framework Core 3.1](https://github.com/dotnet/efcore)
- [AutoMapper](https://github.com/AutoMapper/AutoMapper)
- [Blazored.LocalStorage](https://github.com/Blazored/LocalStorage)
- [Blazored.Toast](https://github.com/Blazored/Toast)
- [MyTested.AspNetCore.Mvc](https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc)
- [xUnit](https://github.com/xunit/xunit)
- [Moq](https://github.com/moq/moq)
- [Shouldly](https://github.com/shouldly/shouldly)## :handshake: Contributing
Contributions, issues and feature requests are welcome!
## :pencil: License
This project is licensed under [MIT](https://opensource.org/licenses/MIT) license.
## :man_astronaut: Show your support
Give a :star: if you like this project!