Skip to content

Commit

Permalink
editted
Browse files Browse the repository at this point in the history
  • Loading branch information
busrabasbahcivan committed Sep 20, 2024
1 parent e716ab3 commit 1df7ce1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/SQLChatter_GitHubCopilot/010301_CodingBackend.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ grand_parent: 'SQL Chatter Project (GitHub Copilot Version)'
![Backend](./CopilotImages/Backend.png)
* If you want to use a pre-built .NET Core Web API backend project, you can download it from [here](https://github.com/241/ghcopilotdemo/tree/main/GHCopilotSQLChatter_WebApi).
* If you want to use a pre-built .NET Core Web API backend project:
* Open your terminal and clone the repository using the following command:
```git clone https://github.com/241/ghcopilotdemo.git```
* Navigate to the project directory: ```cd ghcopilotdemo```
* You can open the source code with Visual Studio Code by this command: ```code GHCopilotSQLChatter_WebApi```
* In the **"appsettings.json"** file and find the "AzureSqlDatabase" object:
Expand Down

0 comments on commit 1df7ce1

Please sign in to comment.