This is a Power-Up (https://developers.trello.com/power-ups/intro) built for the Trello platform and intended to be hosted on Heroku.
Make sure you have Node.js and the Heroku Toolbelt installed.
$ git clone git@github.com:mattymcgraw/final-project.git # or clone your own fork
$ cd final-project
$ npm install
$ npm start
Your app should now be running on localhost:5000.
Ensure that you have Heroku CLI installed.
$ heroku create
$ git push heroku master
$ heroku open