Reapply "add CategoryController with endpoints"

This reverts commit 928743303c.
This commit is contained in:
franc
2025-04-08 15:52:32 +02:00
parent 928743303c
commit d248ccb1db
24 changed files with 1535 additions and 142 deletions
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
@@ -45,5 +45,13 @@
<ItemGroup>
<AdditionalFiles Include=".\stylecop.json" />
</ItemGroup>
<ItemGroup>
<Folder Include="Services\Category\" />
<Folder Include="Services\MediaFile\" />
<Folder Include="Services\Ingredient\" />
<Folder Include="Services\Instruction\" />
<Folder Include="Services\ShoppingList\" />
<Folder Include="Services\Recipe\" />
</ItemGroup>
</Project>