Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donpotts/topproductsmudcards
Blazor WASM sample using MudCards
https://github.com/donpotts/topproductsmudcards
blazor dotnet-core mudblazor
Last synced: 22 days ago
JSON representation
Blazor WASM sample using MudCards
- Host: GitHub
- URL: https://github.com/donpotts/topproductsmudcards
- Owner: donpotts
- Created: 2024-03-19T12:42:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T13:20:36.000Z (11 months ago)
- Last Synced: 2024-11-10T22:36:12.421Z (3 months ago)
- Topics: blazor, dotnet-core, mudblazor
- Language: C#
- Homepage: https://topproductsmudcards.azurewebsites.net/
- Size: 701 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Top Products with MudCards
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/donpotts/topproductsmudcards/TopProductsMudCards.yml?logo=github)
## Overview
This repository contains an ASP.NET Core application with a Blazor WebAssembly (WASM) UI in .NET 8. It also includes user authentication using ASP.NET Core 8 Identity, uses Entity Framework Core SQLite as the database, and supports OData for efficient querying.
## Features
- ASP.NET Core Kestrel web server: A robust and high-performance server.
- Blazor WASM UI: A modern web UI framework for .NET.
- MudBlazor conponents: Using side or top navigation with MudCards.
- Swagger UI: An interactive documentation for your API.
- ASP.NET Core 8 Identity: A membership system that adds login functionality to your application.
- Entity Framework Core SQLite: A lightweight database provider for Entity Framework Core.
- OData Support: A standard for building and consuming RESTful APIs.## Getting Started
### Prerequisites
- Visual Studio 2022
- .NET 8
- ASP.NET Core
- Blazor WASM
- Swagger UI
- ASP.NET Core 8 Identity
- MudBlazor Components
- Entity Framework Core SQLite
- OData### Installation
1. Clone the repo
git clone https://github.com/donpotts/TopProductsMudCards.git
2. Install .NET packages
3. Install MudBlazor packages
4. Install any missing packages
5. dotnet restore
## API DocumentationYou can access the API documentation at your Swagger UI endpoint (using `/swagger` on your application's URL).
Example: https://topproductsmudcards.azurewebsites.net/swagger
## Authentication
This application uses ASP.NET Core 8 Identity for user authentication. To log in, navigate to the login page and enter your credentials.
Username: [email protected]
Password: testUser123!
## OData Support
This application supports OData for efficient querying. You can use OData query options on the API endpoints.
## Contact