Skip to content

Commit

Permalink
Merge pull request #6 from AzureCosmosDB/update-readme
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
seesharprun authored Oct 17, 2024
2 parents 8fa9c9a + 0eeaa83 commit 8e831a7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,14 @@ Sample Go web application using Azure Cosmos DB for NoSQL.
| --- | --- |
| Downloaded latest source code | <https://github.com/azurecosmosdb/quickstart-nosql-go/releases/latest/download/project.zip> |
| Open in GitHub Codespaces | <https://codespaces.new/AzureCosmosDB/quickstart-nosql-go?template=true&quickstart=1> |

## Run this

1. Replace the credentials in **cosmos.go** with your Azure Cosmos DB for NoSQL account's credentials.

1. Start the application:

```shell
go mod tidy
go run .
```

0 comments on commit 8e831a7

Please sign in to comment.