backend for #LetToddWork. just a simple platform for collecting "signatures" via Twitter or Facebook. doesn't actually store any information beyond a user's social ID, name, and picture url.
Make sure you have foreman installed.
- copy
.env.example
to.env
and configure with proper environment variables foreman start -f Procfile_dev
heroku create STACKNAME
heroku addons:add mongohq
heroku config:set [all the environment variables]
git push heroku master