A front end részhez a Visual Studio Code kiegészítőjét használtam: Live Server, amely localhoston futattja a HTMl file-okat. https://localhost:5000
Dotnet 9 SDK segítségével, a következő kommandokat futtatam:
dotnet tool install --global dotnet-ef dotnet restore
dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
dotnet ef migrations add InitialCreate dotnet ef database update
és végül a backend root folderben: dotnet run