Skip to content

burkeholland/heroes-api

Repository files navigation

Heroes API

A sample Serverless Mongo DB API that runs on Azure Functions.

Prereqs

Azure Functions CLI

Setup

Make sure you have the Azure Functions CLI installed. Add a local.settings.json file and the following settings. Note that this project assumes you have a Cosmos DB database called "admin" with a collection called "heros".

{
  "IsEncrypted": false,
  "Values": {
    "AzureWebJobsStorage": "",
    "CosmosDBConnectionString":
      "<YOUR-COSMOSDB-CONNECTION-STRING"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published