Skip to content

trueStape/testTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One of my test task

This repository contains an embedded web application that interacts with the MS SQL database

Getting Started

1.Edit WebAPI config

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";

2.Code-first database migration

In Pacet Magager console generate database add-migration InitialMigration then update-database

3.Run project

Built With

  • ASP.NET Core 3.0 WebAPI
  • MS SQL

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors