A dashboard project to prevent the ivory tower position of us architects 😅
- Copy
Web/appsettings.jsontoWeb/appsettings.Development.json - Add database connection:
"ConnectionStrings": {
"DefaultConnection": "Server=127.0.0.1;Database=IvoryTower;Uid=sa;Pwd=yourStrong(!)Password;"
},- migrate the database:
dotnet ef database update -s Web
