Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sajeetharan/ionicosmos

Demo Todo App with Ionic and Cosmosdb
https://github.com/sajeetharan/ionicosmos

Last synced: 14 days ago
JSON representation

Demo Todo App with Ionic and Cosmosdb

Awesome Lists containing this project

README

        

# ionicosmos
Demo Todo App with Ionic and Cosmosdb

#Configuration
Add your cosmosdb endpoint,database,container name in the Cosmos-service.ts file

private readonly cosmosHost = ".documents.azure.com:443/";
private readonly primaryKey = "";
private readonly database = "ToDoList";
private readonly collection = "Items";

#Blog
https://sajeetharan.com/2019/06/12/build-hybrid-apps-with-cosmos-db-ionic/