Skip to content

Commit

Permalink
Merge branch 'main' into fix-replace
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharprun authored Oct 17, 2024
2 parents 0aa134e + 8e831a7 commit e92c600
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 e92c600

Please sign in to comment.