.NET version 8 application manually created with the help of ChatGPT4. Make sure to have a local SQL Server database installed.
dotnet ef migrations add InitialCreate
dotnet ef database update
dotnet build
dotnet run
docker build -t dotnetwebapp:latest .docker run -d \
-p 8080:80 \
--name dotnetwebapp \
dotnetwebapp:latest