Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donpotts/productswebclientmudblazor
Blazor WASM application using MudBlazor
https://github.com/donpotts/productswebclientmudblazor
blazor dotnet-core mudblazor
Last synced: 30 days ago
JSON representation
Blazor WASM application using MudBlazor
- Host: GitHub
- URL: https://github.com/donpotts/productswebclientmudblazor
- Owner: donpotts
- Created: 2024-02-23T18:00:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-03T16:17:32.000Z (11 months ago)
- Last Synced: 2024-11-10T22:36:12.621Z (3 months ago)
- Topics: blazor, dotnet-core, mudblazor
- Language: HTML
- Homepage: https://productswebclientmudblazor.azurewebsites.net/
- Size: 522 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Products Web Client MudBlazor
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/donpotts/ProductsWebClientMudBlazor/ProductsWebClientMudBlazor.yml?logo=github)
# Introduction
Blazor client that connects to the Products Web API projecthttps://sampleproductswebapi.azurewebsites.net/swagger/index.html
It's repository is in Azure DevOps.
![DevOpsProductsWebAPI](https://github.com/donpotts/ProductsWebClientMudBlazor/assets/16153517/fa874dab-2dc8-45b6-bc27-1007ce3c9a1f)
## Overview
This repository contains an ASP.NET Core application with a Blazor WebAssembly (WASM) UI in .NET 8 using MudBlazor. It also includes user authentication using JWT.
## Features
- ASP.NET Core Kestrel web server: A robust and high-performance server.
- Blazor WASM UI: A modern web UI framework for .NET.
- MudBlazor UI## Getting Started
### Prerequisites
- Visual Studio 2022
- .NET 8
- ASP.NET Core
- Blazor WASM
- MudBlazor### Installation
1. Clone the repo
git clone https://github.com/donpotts/ProductsWebClientMudBlazor.git
2. Install .NET packages
3. Install MudBlazor
4. Install any missing packages
5. dotnet restore
## AuthenticationThis application uses JWT user authentication. To log in, navigate to the login page and enter your credentials.
https://productswebclientmudblazor.azurewebsites.net/
Username: test
Password: test123
## Contact