{"id":16939516,"url":"https://github.com/a8m/koa-documentdb-example","last_synced_at":"2026-04-11T03:31:15.886Z","repository":{"id":27934204,"uuid":"31426648","full_name":"a8m/koa-documentdb-example","owner":"a8m","description":"A users CRUD app using Koa and DoQmentDB(DocumentDB wrapper)","archived":false,"fork":false,"pushed_at":"2015-02-28T11:20:07.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-25T03:40:24.880Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/a8m.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-27T15:50:45.000Z","updated_at":"2025-02-28T22:39:08.000Z","dependencies_parsed_at":"2022-08-17T20:40:18.597Z","dependency_job_id":null,"html_url":"https://github.com/a8m/koa-documentdb-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/a8m/koa-documentdb-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a8m%2Fkoa-documentdb-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a8m%2Fkoa-documentdb-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a8m%2Fkoa-documentdb-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a8m%2Fkoa-documentdb-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a8m","download_url":"https://codeload.github.com/a8m/koa-documentdb-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a8m%2Fkoa-documentdb-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T21:04:55.292Z","updated_at":"2026-04-11T03:31:15.866Z","avatar_url":"https://github.com/a8m.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Koa-DocumentDB-Example\n\u003e A users CRUD app using Koa and DoQmentDB(the DocumentDB ODM Client)\n\n#### Install\n* clone this project\n* add config file in the `src/` directory, should look like that: \n```js\nmodule.exports = {\n  HOST: 'https://your-application.documents.azure.com:443/',\n  OPTIONS: {\n    masterKey:'add-your-master-key-here'\n  },\n  DB: 'database-name' // e.g: `test`\n};\n```\n\n#### Run the app:\n```sh\n$ node src/\n```\n\n#### Run the tests:\n```sh\n$ npm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa8m%2Fkoa-documentdb-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa8m%2Fkoa-documentdb-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa8m%2Fkoa-documentdb-example/lists"}