admin:admin
Add connection string to the file appsettings.json
{
"ConnectionStrings": {
"DefaultConnection": ""
}
}
Apply Migrations
cd .\UniversityProject.Web\
dotnet ef database update
Add Migration
cd .\UniversityProject.Data\
dotnet ef migrations add Check -s ../UniversityProject.Web./UniversityProject.Web.csproj