https://github.com/azurecosmosdb/quickstart-nosql-typescript
Quickstart - Azure Cosmos DB for NoSQL - TypeScript
https://github.com/azurecosmosdb/quickstart-nosql-typescript
azure azure-cosmos-db nodejs quickstart typescript
Last synced: about 1 month ago
JSON representation
Quickstart - Azure Cosmos DB for NoSQL - TypeScript
- Host: GitHub
- URL: https://github.com/azurecosmosdb/quickstart-nosql-typescript
- Owner: AzureCosmosDB
- License: mit
- Created: 2024-10-14T03:40:50.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T13:10:55.000Z (6 months ago)
- Last Synced: 2025-03-29T19:12:21.285Z (about 1 month ago)
- Topics: azure, azure-cosmos-db, nodejs, quickstart, typescript
- Language: TypeScript
- Homepage: https://learn.microsoft.com/azure/cosmos-db/nosql
- Size: 42 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Security: .github/SECURITY.MD
Awesome Lists containing this project
README
# Quickstart - Azure Cosmos DB for NoSQL - TypeScript
Sample Node.js web application using Azure Cosmos DB for NoSQL.
| Task | Link |
| --- | --- |
| Downloaded latest source code | |
| Open in GitHub Codespaces | |## Run this
1. Replace the credentials in **cosmos.ts** with your Azure Cosmos DB for NoSQL account's credentials.
1. Start the application:
```shell
npm install
npm run dev
```