this project we be used to minitor clinic's patients history
so follow this steps to get the project running
- ensure that your install dontent-ef tool
dotnet tool install --global dotnet-ef
- Open a command prompt in the Web folder and execute the following commands:
dotnet restore
dotnet tool restore
dotnet ef database update -c AppDbContext -p ..\DeltaCenter.Infrastructure\DeltaCenter.Infrastructure.csproj -s Web.csproj
dotnet ef database update -c appidentitydbcontext -p ../Infrastructure/Infrastructure.csproj -s Web.csproj