Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 386 Bytes

File metadata and controls

11 lines (10 loc) · 386 Bytes

ASP.NET-Project

For this project to work:

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