First code upload

This commit is contained in:
Iker Larraona Sancho
2025-07-15 10:46:04 +02:00
commit b59a08ba3c
22 changed files with 977 additions and 0 deletions

13
TestAPI/TestAPI.csproj Normal file
View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
</Project>