Skip to content

Quickstart - Azure Cosmos DB for NoSQL - TypeScript

License

Notifications You must be signed in to change notification settings

AzureCosmosDB/quickstart-nosql-typescript

Repository files navigation

Quickstart - Azure Cosmos DB for NoSQL - TypeScript

Sample Node.js web application using Azure Cosmos DB for NoSQL.

Task Link
Downloaded latest source code https://github.com/azurecosmosdb/quickstart-nosql-typescript/releases/latest/download/project.zip
Open in GitHub Codespaces https://codespaces.new/AzureCosmosDB/quickstart-nosql-typescript?template=true&quickstart=1

Run this

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

  2. Start the application:

    npm install
    npm run dev