AngelGarcia13 / CabanasRDCommunityEdition

Your favorite app to find motels near you!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CabanasRDCommunityEdition

Your favorite app to find motels near you!

Before building the app please add a secrets.json file in the root of src/App/CabanasRD with the following structure:

{
  "ApiKey":"YOUR-AZURE-FUNCTION-KEY"
}

Before running the Azure Function (CabanasRDServerlessAPI), plese add a local.settings.json in the root of the project with the following structure:

"ConnectionStrings": {

    "CosmosDBConnection": "AccountEndpoint=https://cabanas-cosmos-account.documents.azure.com:443/;AccountKey=YOUR_KEY_HERE;"

 }

About

Your favorite app to find motels near you!

License:MIT License


Languages

Language:C# 93.5%Language:Shell 6.5%