Mailing service - API v1.0
https://github.com/paypal/PayPal-node-SDK https://developer.paypal.com/braintree/docs/start/hello-server
npm install -g nodemon
npm install
# run application in develop mode
npm run dev
# run application in production mode
npm run build
npm run start
The documentation is avaliable in this link
# install depedencies
npm install apidoc-markdown -g
# generate api documentation
npm run doc:build
# run tests
npm run test:unit