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.
Available at http://howfx-nancy.apphb.com.
- Open
src/NancyBlog.slnin Visual Studio. - 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.