API Demo for Hellosign written in NodeJS.
- Create a Heroku account
- Create a mongodb account on mlab
- Create a database
- Create a user for the database (edited)
- Create a heroku app
- Add the following environment variables :
MONGO_USER- username for user created in mlabMONGO_PASS- password for userMONGO_HOST- this is everything after the @ symbol in the host address provided in mlab. For example, if the URL is,mongodb://<dbuser>:<dbpassword>@ds157723.mlab.com:57723/hellosign,MONGO_HOSTwould beds157723.mlab.com:57723/hellosignHELLO_KEYHellosign API keyHELLO_IDHellosign API app client ID- Deploy app
- Set the callback URL to the Heroku app in the Hellosign API app settings