Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 439 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 439 Bytes

Database setup

In appsettings.json modify the connection string:

"DefaultConnection": "Server=**********\\SQLEXPRESS;Database=ProjectShop;Trusted_Connection=True;MultipleActiveResultSets=true"

Powershell (add a new migration):


$ add-migration migrationName
$ update-database

If necessary, remove the latest migration with:

$ remove-migration

Login credentials:


username: aa@aa.aa
password: P@$$w0rd