Skip to content

BikersDelight/azure-functions-sample-app

Repository files navigation

TODO's API

Postman Collection

Get up and running

First set up a cosmos db in Azure with name todoDataBase and in there a container with name todoCollection.

Create a file named local.settings.json in the root folder of the project with following contents:

{
  "IsEncrypted": false,
  "Values": {
    "AzureWebJobsStorage": "",
    "FUNCTIONS_WORKER_RUNTIME": "node",
    "functionsdemo_DOCUMENTDB": "Add cosmos db connection string here",
    "cosmosEndpoint": "Add cosmos db endpoint here",
    "cosmosKey": "Add cosmos db key here"
  }
}

Then perform following commands in terminal

yarn
yarn start

or

npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published