Skip to content

Minimal Kanban to demo Event Sourcing concepts

Notifications You must be signed in to change notification settings

NashDotNet/Kanban

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

August 21st Lab Instruction

Getting the code

You can either fork and/or clone the repo to your machine or just download the zip file and unzip it.

Running the code

  1. Create a local Kanban database on SQL Server.

Visual Studio 2010 or later (including an Express edition) should come with SQL Server Express LocalDB

  1. Update EventStore connection string in web.config file to the database created in the first step. VS2013 Pro
  2. Build the solution.

Visual Studio should restore all required NuGet packages (make sure missing package option is checked).

  1. Run and enjoy! Kanban

We have tested the steps above with both VS2013 pro and express edition.

Project Dependencies

dependencies

Created by ReSharper.

References

About

Minimal Kanban to demo Event Sourcing concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.3%
  • C# 4.2%
  • CSS 1.5%