An open API service indexing awesome lists of open source software.

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

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
```