Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T19:15:50.000Z (10 months ago)
- Last Synced: 2024-10-28T09:59:04.731Z (16 days ago)
- Topics: asp-net-core, blazor, blazor-webassembly, csharp, shop-application, web-api
- Language: C#
- Homepage:
- Size: 7.76 MB
- Stars: 303
- Watchers: 10
- Forks: 53
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlazorShop
Simple shop application built with Blazor WebAssembly[![Build Status](https://dev.azure.com/Tsenkow/BlazorShop/_apis/build/status/kalintsenkov.BlazorShop?branchName=master)](https://dev.azure.com/Tsenkow/BlazorShop/_build/latest?definitionId=5&branchName=master) [![Build status](https://ci.appveyor.com/api/projects/status/o2dn2ea00pyqc44g?svg=true)](https://ci.appveyor.com/project/kalintsenkov/blazorshop) [![Build Status](https://travis-ci.org/kalintsenkov/BlazorShop.svg?branch=master)](https://travis-ci.org/kalintsenkov/BlazorShop)
## :boy: Author
[![Facebook](https://img.shields.io/badge/kalin.tsenkow-%231877F2.svg?style=for-the-badge&logo=Facebook&logoColor=white)](https://www.facebook.com/kalin.tsenkow/) [![Instagram](https://img.shields.io/badge/kalintsenkov-%23E4405F.svg?style=for-the-badge&logo=Instagram&logoColor=white)](https://www.instagram.com/kalintsenkov/) [![LinkedIn](https://img.shields.io/badge/kalintsenkov-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/kalintsenkov/) [![GitHub](https://img.shields.io/badge/kalintsenkov-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](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!