Skip to content

a8m/koa-documentdb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koa-DocumentDB-Example

A users CRUD app using Koa and DoQmentDB(the DocumentDB ODM Client)

Install

  • clone this project
  • add config file in the src/ directory, should look like that:
module.exports = {
  HOST: 'https://your-application.documents.azure.com:443/',
  OPTIONS: {
    masterKey:'add-your-master-key-here'
  },
  DB: 'database-name' // e.g: `test`
};

Run the app:

$ node src/

Run the tests:

$ npm test

About

A users CRUD app using Koa and DoQmentDB(DocumentDB wrapper)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published