Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KitchenPC is a free, open-source framework written in C# for working with recipe
How To Get Started
====

Getting started is simple, and data can be loaded locally from an XML file for testing. Sample data is included with the source, which includes a few dozen recipes, along with sample menus and shopping lists.
Getting started is simple, and data can be loaded locally from an XML file for testing. Example applications and a small static data snapshot are available in the [KitchenPC Samples repository](https://github.com/KitchenPC/Samples).

The best way to get up and running is to read the blog post titled [Getting Started with KitchenPC](http://blog.kitchenpc.com/2014/02/10/getting-started-with-kitchenpc/) which includes an introduction to core concepts as well as several samples.

Expand All @@ -32,7 +32,7 @@ dotnet build src/core.slnx --configuration Release --no-restore
dotnet test src/UnitTests/UnitTests.csproj --configuration Release --no-build --no-restore
```

The build includes `KitchenPC.Core`, `KitchenPC.DB`, the unit tests, and the WebApp sample.
The build includes `KitchenPC.Core`, `KitchenPC.DB`, and the unit tests.

Packages and Releases
====
Expand Down
169,500 changes: 0 additions & 169,500 deletions src/SampleData/KPCData.xml

This file was deleted.

13 changes: 0 additions & 13 deletions src/Samples/Console/Console.csproj

This file was deleted.

9 changes: 0 additions & 9 deletions src/Samples/Console/Program.cs

This file was deleted.

39 changes: 0 additions & 39 deletions src/Samples/WebApp/Controllers/IngredientController.cs

This file was deleted.

19 changes: 0 additions & 19 deletions src/Samples/WebApp/Program.cs

This file was deleted.

15 changes: 0 additions & 15 deletions src/Samples/WebApp/Properties/launchSettings.json

This file was deleted.

72 changes: 0 additions & 72 deletions src/Samples/WebApp/Startup.cs

This file was deleted.

15 changes: 0 additions & 15 deletions src/Samples/WebApp/WebApp.csproj

This file was deleted.

9 changes: 0 additions & 9 deletions src/Samples/WebApp/appsettings.Development.json

This file was deleted.

10 changes: 0 additions & 10 deletions src/Samples/WebApp/appsettings.json

This file was deleted.

5 changes: 0 additions & 5 deletions src/core.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
<BuildType Name="Release" />
<BuildType Name="Staging" />
</Configurations>
<Folder Name="/Samples/">
<Project Path="Samples/WebApp/WebApp.csproj">
<BuildType Solution="Staging|*" Project="Debug" />
</Project>
</Folder>
<Project Path="Core/Core.csproj">
<BuildType Solution="Staging|*" Project="Release" />
</Project>
Expand Down