Webhooks API
node 6.3.x or later and mongodb
run mongodd on a separated terminal instance:
mongod
run the app:
npm run dev
the app runs on localhost:8080
you'll likely be consuming mongodb as a service, so make sure you set the env var to connect to it.
npm start
run app as service via pm2:
pm2 start index.js --name "webhooks"