For this project to work:
- Update Visual Studio 2019 to latest version
- Make sure you have ASP.NET Core 5.13 installed
- Turn on your SSMS server and change connection strings in appsettings.json to yours
- Go to View -> Other windows -> Packet Manager Console and in this console run following commands
add-migration addItemsToDatabase
update-database