0.0.4 • Published 6 years ago

monitor-server v0.0.4

Weekly downloads
3
License
MIT
Repository
-
Last release
6 years ago

Monitor Server

Running Monitor Server

Locally

$ npm install -g monitor-server mongodb-runner
$ mongodb-runner start
$ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongodb://localhost/test

Note: If installation with -g fails due to permission problems (npm ERR! code 'EACCES'), please refer to this link.