Joutsen Cookbook v0.1.0-43-g71de945
Family Cookbook

The family cookbook aims to be small and easy to use cookbook that can be hosted on the web. It can simply be used to store and organize recipies.

Setup and Usage

The project is in its very early stages and therefore no usable version exists yet.

It is the goal of this project to be able to host the cookbook in Apache or any other webserver that supports ASP.NET MVC projects.

Tests

Unit tests and component tests using the NUnit test framework can be found in the tests folder. After successfully building the test projects the tests can be run from the commandline using the NUnit projects in the tests folder.

nunit.exe tests/FamilyCookbook.All.Tests.nunit

For more information see the development documentation.

Documentation

API documentation using monodoc is generated for each stable version. The resulting HTML API documentation will be available in the downloads area.

Development

Development documentation with guidelines and information is available in docs/development.