/heroku-examples

Stackhero for Heroku add-ons examples. Check that code is working on your computer as on Heroku's Dynos.

Primary LanguageMakefile

Stackhero Heroku examples

You will find here some examples of code in different languages to connect to Stackhero add-ons provided on Heroku.

You can run each example in local mode on your computer or on your remote Heroku dyno.

Start by cloning this repository on your computer:

git clone https://github.com/stackhero-io/heroku-examples
cd heroku-examples

Then go to an example folder, like nodejs/mysql and run make to get the help.

If you don't have the Heroku CLI on your comptuer, you can also run these examples using Docker containers by running make run at the top level of this repository.