Health Tracker - track all the health
use the make file to setup and run the tests
brew bundle
make
make setup
make build
populate your database with some data
make demo-data
run the development server
rails server
bin/webpack-dev-server
open http://localhost:3000