Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 366 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 366 Bytes

Backup your mongoDb database to azure storage account using azure web jobs and store logs in azure table.

Install Dependencies

$ npm install

Run application

$ npm start

All Config's are inside "./configurations" folder

  • azure.json : azure's credential for file storage
  • logger.js : logging to disk and azure tables.