This repository contains an embedded web application that interacts with the MS SQL database
Settings are located in appsettings.json.
- In file appsettings.json file, change the connection to the Server DataBase(variable "Server=").
For example : "TestTaskDb": "Server=DESKTOP-0000000;Database=TestTask;Trusted_Connection=True;MultipleActiveResultSets=true"
- In the wwwroot folder, modify the Site.js. file.You need to add the web path to the path variable.
For example : var path = "https://localhost:0000";
In Pacet Magager console generate database add-migration InitialMigration then update-database
- ASP.NET Core 3.0 WebAPI
- MS SQL
- Yegor Oshlakov - trueStape