https://github.com/donpotts/productswebclientmudblazor
Blazor WASM application using MudBlazor
https://github.com/donpotts/productswebclientmudblazor
blazor dotnet-core mudblazor
Last synced: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T16:17:32.000Z (over 2 years ago)
- Last Synced: 2025-06-04T07:04:13.932Z (about 1 year 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

# Introduction
Blazor client that connects to the Products Web API project
https://sampleproductswebapi.azurewebsites.net/swagger/index.html
It's repository is in Azure DevOps.

## 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
## Authentication
This 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
Don.Potts@DonPotts.com