https://github.com/bkawk/divergence2
https://github.com/bkawk/divergence2
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bkawk/divergence2
- Owner: bkawk
- License: mit
- Created: 2018-05-18T05:35:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T10:38:17.000Z (almost 8 years ago)
- Last Synced: 2025-05-16T15:13:16.048Z (10 months ago)
- Language: JavaScript
- Size: 166 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Divergence2 Detector
[](http://travis-ci.org/bkawk/divergence2)
[](https://coveralls.io/github/bkawk/divergence2?branch=master)
### Prerequisites
First, install [npm](https://www.npmjs.com) (we assume you have pre-installed [node.js](https://nodejs.org)). Then install and run [mongodb](https://www.mongodb.com/)
### Setup
Install on-premise mongoDB
- download MongoDB
- add bin folder to your path
node-gyp windows:
npm install --global --production windows-build-tools
Install dependencies
npm install
Start the app
- set MongoDBPath: mongod --dbpath=[FolderPath]
- npm run now
Test the app
npm test