Node app to receive multipart from POST uploads of json objects to be stored to the backend mongodb.
Stores received objects to a configurable database (see processes.json) in a collection <obj.collection> or 'default' if the keyword is missing.
$ npm install -g pm2
$ npm install
Create processes.json (see the provided examples).
$ npm start
$ npm stop
$ pm2 list
$ pm2 logs uploader
$ pm2 desc uploader
$ pm2 monit