git clone https://github.com/kumarangp/ProductManagement
cd ProductManagement
dotnet restore
Please modifty server name in appsettings.json(web api, mvc project)
dotnet ef database update --project src/ProductManagement.Infrastructure
dotnet run --project src/ProductManagement.API
Use ProductManagement.API.http file to test api
dotnet run --project src/ProductManagement.Web