/DemoPieShop

A simple pie shop with authentication using dot net core C#, razor, blazor, SQL, xunit

Primary LanguageSCSS

DemoPieShop with ASP.NET Core

Just a demo app with the example usages of the following in ASP.NET Core:

  • API Controllers
  • Razor for pages & Blazor fo search functionality
  • Authentication & Authorization with ASP.NET Core Identity
  • Uses a local SQL db but can connect to a docker instance
  • Dockerfile
  • Sample unit tests with xUnit pieshop-demo