Foodie allows groups to co-plan dinners, uses google oauth integration.
Things you may want to cover:
- 2.1.2
- v8
- postgres
$ cp config/database.example.yml config/database.yml
$ cp config/application.example.yml config/application.yml
Get Configuration values from heroku, a friend, or supply your own.
$ heroku config --app foodie-planner
google_client_key
google_client_secret
SENDGRID_USERNAME
SENDGRID_PASSWORD
default_email
bundle exec rake db:create
bundle exec rake db:schema:load
NOTE: Specs are WIP for new feature, primarily
bundle exec rake spec
N/A
heroku git:remote -a foodie-planner # setup git remote
git push heroku master