Skip to content

seesharprun/cosmos-db-nosql-nodejs-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart: Azure Cosmos DB for NoSQL - Azure SDK for Node.js

This is a simple Express web application to illustrate common basic usage of Azure Cosmos DB for NoSQL with the Azure SDK for Node.js.

Prerequisites

Quickstart

  1. Log in to Azure Developer CLI. This is only required once per-install.

    azd auth login
  2. Initialize this template (cosmos-db-nosql-nodejs-quickstart) using azd init

    azd init --template cosmos-db-nosql-nodejs-quickstart
  3. Ensure that Docker is running in your environment.

  4. Use azd up to provision your Azure infrastructure and deploy the web application to Azure.

    azd up
  5. Observed the deployed web application

    Screenshot of the deployed JavaScript web application.

    Screenshot of the deployed TypeScript web application.

  6. (Optionally) Run this web application locally in either the src/js or src/ts folders:

    npm install
    npm run dev

Languages

  • Bicep 32.5%
  • TypeScript 23.3%
  • JavaScript 22.6%
  • HTML 20.6%
  • Dockerfile 1.0%