Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.25 KB

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