Skip to content

howframework/Nancy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Nancy

A Simple Blog App with Nancy (hosted on ASP.NET).

  • Nancy is a lightweight, low-ceremony, framework for building HTTP based services on .NET and Mono.

Demo

Available at http://howfx-nancy.apphb.com.

To run the code

  1. Open src/NancyBlog.sln in Visual Studio.
  2. Hit F5 (or the Start Debugging button).

Database should just be there, we are using attached SQL Server Express DB file in the App_Data folder.

Usually you'll get SQL Server Express installed when you installed Visual Studio, but it didn't then should download and install SQL Server Express.