Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1019 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 1019 Bytes

ABP Framework MudBlazor Contacts Sample

Introduction

Blazor WASM client that connects to the ABP Framework Web API project

Overview

This repository contains an ASP.NET Core ABP Framework application with a Blazor WebAssembly (WASM) UI in .NET 8 using MudBlazor. It also includes user authentication using JWT.

Features

  • ABP Framework ASP.NET Core 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
  • ABP Framework

Installation

  1. Clone the repo git clone https://github.com/donpotts/ABPMudBlazorContacts.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.

Username: admin

Password: 1q2w3E*

Contact

Don.Potts@DonPotts.com