Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donpotts/kanbanblazorserver
https://github.com/donpotts/kanbanblazorserver
asp-net-core blazor dotnet-core kanban
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/donpotts/kanbanblazorserver
- Owner: donpotts
- Created: 2024-02-18T20:26:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T15:33:53.000Z (11 months ago)
- Last Synced: 2024-11-10T22:42:13.568Z (2 months 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
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/donpotts/KanbanBlazorServer/KanbanBlazorServer.yml?logo=github)
## 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