/heroku-test

a successful attempt at getting the tutorial node heroku app to deploy with an add-on to receive date from New Relic's APM

Primary LanguageHTML

heroku-test

A Node.js app using Express 4: April 18th, 2017
By Kyle Lange

See it live on heroku:

Hat Tip: This app uses code from the heroku tutorial on deploying an app with Node.js and using the New Relic add-on

screenshot

screenshot

screenshot

Learnings

  • how to set up/login to heroku through the Terminal
  • How to install the heroku CLI
  • how to deploy and open the app
  • how to view terminal logs
  • modify/create the procfile
  • how to set up the New Relic Add-on

Setup/Installation Requirements

  1. Download this repo using your terminal:

Make sure you have Node.js and the Heroku CLI installed.

git clone https://github.com/kylelange/heroku-test

cd heroku-test

npm install

npm start

Your app should now be running on localhost:5000 OR See it live on heroku.

View the code by drag-and-dropping the file into your favorite text editor

Known Bugs

There are no known bugs as of the last commit. Please send an ISSUE on github in the repository if you see something I have not.

Support and contact details

For questions or comments, please email Kyle here.

Technologies Used

  • Express.js
  • Git + the Terminal
  • Heroku/New Relic Documentation

Documentation

For more about using Node.js on Heroku, see these Dev Center articles provided by heroku: