Skip to content

Saugustyn/Notatnik-Uzytkownikow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  • 1.Clone the repository to your local machine
  • 2.Open the solution in Visual Studio
  • 3.In the appsettings.json file, change the connection string to match your database settings
  • 4.Open the Package Manager Console and run the command
update-database

to apply any pending migrations and update the database

  • 5.Build and run the application