bundle install
bundle exec rake db:drop
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake db:seed
bundle exec shotgun -p 3000 -o 0.0.0.0
- Visit
http://localhost:3000/
in your browser
This is a demo app for a site where users can post challenges they hope to complete and invite their friends to judge the completion of their challenge.
See it live at: https://bet-me.herokuapp.com/