FatWatch
Installation:
- install packages: run 'npm install'
- create keys for jwt tokens
ssh-keygen -t rsa -b 4096 -f jwtRS256.key
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub cat jwtRS256.key cat jwtRS256.key.pub
- run mongo
service mongodb start