Skip to content

psuvorov/kabanserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt text

My own implementation of a kanban board made just for fun and nothing more. Backend part.

For the webclient please see kabanwebapp repo.

Used technologies / features:

  • ASP.NET Core 3.1
  • Entity Framework Core
  • Segregation into API, Domain and Database-related projects
  • xUnit.net for Integration Tests

Possibilities:

  • User Registration / Authorization
  • Creating, Updating, Removal User Boards
  • Creating, Updating, Removal Board Lists, Cards, Card Comments
  • Copying whole Board Lists
  • Reordering Board Lists and Cards

Build and Run

To get API up and running, navigate to src/Kaban.API folder and execute

dotnet run

About

My own implementation of a kanban board made just for fun. Backend stuff.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages