https://github.com/donpotts/aiproducts
ABP Framework MVC EF Core sample Products application with one to many relationship, MudBlazor WASM & MAUI Client.
https://github.com/donpotts/aiproducts
abp-framework blazor-webassembly dotnet-core maui-blazor mudblazor
Last synced: 2 months ago
JSON representation
ABP Framework MVC EF Core sample Products application with one to many relationship, MudBlazor WASM & MAUI Client.
- Host: GitHub
- URL: https://github.com/donpotts/aiproducts
- Owner: donpotts
- Created: 2024-11-23T22:23:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T22:42:59.000Z (6 months ago)
- Last Synced: 2025-01-24T06:26:37.676Z (4 months ago)
- Topics: abp-framework, blazor-webassembly, dotnet-core, maui-blazor, mudblazor
- Language: C#
- Homepage:
- Size: 3.41 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Products
## Overview
This repository contains an ASP.NET Core ABP Framework application with a Blazor WebAssembly (WASM) UI and Maui Blazor UI in .NET 9.
## Features
- ABP Framework ASP.NET Core web server: A robust and high-performance server.
- Blazor WASM UI: A modern web UI framework for .NET.
- Maui Blazor UI: A modern web UI framework for .NET.
- MudBlazor components: Using side or top navigation.
- Swagger UI: An interactive documentation for your API.
- Entity Framework Core: A database provider for Entity Framework Core.## Getting Started
### Prerequisites
- Visual Studio 2022
- .NET 9
- ASP.NET Core
- ABP Framework 9
- Blazor WASM
- Maui Blazor
- Swagger UI
- MudBlazor Components
- Entity Framework Core### Installation
1. Clone the repo
git clone https://github.com/donpotts/AIProducts.git
2. Install .NET packages
3. Install MudBlazor packages
4. Install any missing packages
5. dotnet restore
## AuthenticationThis application uses JWT user authentication. To log in, navigate to the login page and enter your credentials.
Administrator
Username: admin
Password: 1q2w3E*
## Contact