Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 project

https://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

## 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

[email protected]