https://github.com/donpotts/kanbanblazorserver
https://github.com/donpotts/kanbanblazorserver
asp-net-core blazor dotnet-core kanban
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/donpotts/kanbanblazorserver
- Owner: donpotts
- Created: 2024-02-18T20:26:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T15:33:53.000Z (over 2 years ago)
- Last Synced: 2025-02-25T22:13:23.631Z (over 1 year ago)
- Topics: asp-net-core, blazor, dotnet-core, kanban
- Language: HTML
- Homepage: https://kanbanblazorserver.azurewebsites.net/
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kanban Blazor Server

## Overview
This repository contains a Blazor Server UI application that uses the MudBlazor Drop Zone componet in .NET 8.
## Features
- ASP.NET Core Kestrel web server: A robust and high-performance server.
- Blazor Server UI: A modern web UI framework for .NET.
- Entity Framework Core SQLite: A lightweight database provider for Entity Framework Core.
## Getting Started
### Prerequisites
- Visual Studio 2022
- .NET 8
- ASP.NET Core
- Blazor Server
- Entity Framework Core SQLite
### Installation
1. Clone the repo
git clone https://github.com/donpotts/KanbanBlazorServer.git
2. Install .NET packages
3. Install MudBlazor
4. Install any missing packages
5. dotnet restore
## Example
https://kanbanblazorserver.azurewebsites.net/
## Contact
Don.Potts@DonPotts.com