Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.03 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.03 KB

ABP Framework Radzen Blazor 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 Radzen Blazor. 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.
  • Radzen UI Components

Getting Started

Prerequisites

  • Visual Studio 2022
  • .NET 8
  • ASP.NET Core
  • Blazor WASM
  • Radzen Components
  • ABP Framework

Installation

  1. Clone the repo git clone https://github.com/donpotts/ABPRadzenBlazorContacts.git
  2. Install .NET packages
  3. Install Radzen Components
  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