https://github.com/gitmotion/demopieshop
A simple pie shop with authentication using dot net core C#, razor, blazor, SQL, xunit
https://github.com/gitmotion/demopieshop
Last synced: about 2 months ago
JSON representation
A simple pie shop with authentication using dot net core C#, razor, blazor, SQL, xunit
- Host: GitHub
- URL: https://github.com/gitmotion/demopieshop
- Owner: gitmotion
- Created: 2024-08-03T23:23:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-07T16:24:52.000Z (over 1 year ago)
- Last Synced: 2025-06-18T14:40:47.929Z (9 months ago)
- Language: SCSS
- Homepage:
- Size: 44.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
