dotnet tool install --global dotnet-efdotnet restore
docker-compose up -ddotnet ef migrations add InitialCreateto create migration for dbdotnet ef database updateto apply migration to db
dotnet builddotnet watch run
dotnet ef database drop --forcedotnet ef migrations remove