A simple demo app that tracks jog records. Application can create, read, update, delete and list all jog records. Live at heroku https://jogstracker.herokuapp.com/
Make sure you have Node.js and the Heroku Toolbelt installed.
$ git clone https://github.com/jacksontan/jogstracker.git
$ npm install
$ npm start
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open