This application was originally a barebones template of node-js-getting-started provided by Heroku. It has been revised to accomodate the needs of students taking the CSE341 course at BYU-Idaho.
Below are instructions provided by the original Heroku repository:
Make sure you have Node.js and the Heroku CLI installed.
$ git clone https://github.com/heroku/node-js-getting-started.git # or clone your own fork
$ cd cse341-project
$ npm install
$ npm start
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open
or
For more information about using Node.js on Heroku, see these Dev Center articles: