https://github.com/donpotts/abpmudblazorcontacts
ABP Framework MVC EF Core Web application with MudBlazor WASM Client application
https://github.com/donpotts/abpmudblazorcontacts
abp blazor-webassembly mudblazor
Last synced: 10 days ago
JSON representation
ABP Framework MVC EF Core Web application with MudBlazor WASM Client application
- Host: GitHub
- URL: https://github.com/donpotts/abpmudblazorcontacts
- Owner: donpotts
- Created: 2024-05-19T03:07:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T12:19:39.000Z (about 2 years ago)
- Last Synced: 2025-02-25T22:13:33.229Z (over 1 year ago)
- Topics: abp, blazor-webassembly, mudblazor
- Language: JavaScript
- Homepage:
- Size: 2.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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