/assets-service

media service

Primary LanguageHTML

Mailing service

Mailing service - API v1.0

🚀 Get started

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

Documentation

The documentation is avaliable in this link

    # install depedencies
    npm install apidoc-markdown -g

    # generate api documentation
    npm run doc:build

Tests

    # run tests
    npm run test:unit