Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sajeetharan/ionicosmos
- Owner: sajeetharan
- Created: 2019-06-12T15:34:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:19:33.000Z (almost 2 years ago)
- Last Synced: 2023-10-31T12:40:32.932Z (about 1 year ago)
- Language: TypeScript
- Size: 2.69 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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 fileprivate 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/