Skip to content

Vic-Dev/bet-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5e7c40a · May 24, 2016
May 23, 2016
May 23, 2016
May 23, 2016
May 22, 2016
May 24, 2016
May 21, 2016
May 18, 2016
May 19, 2016
May 23, 2016
May 23, 2016
May 23, 2016
May 23, 2016
May 18, 2016
May 21, 2016
May 18, 2016

Repository files navigation

Sinatra

Getting Started

  1. bundle install
  2. bundle exec rake db:drop
  3. bundle exec rake db:create
  4. bundle exec rake db:migrate
  5. bundle exec rake db:seed
  6. bundle exec shotgun -p 3000 -o 0.0.0.0
  7. Visit http://localhost:3000/ in your browser

BetMe

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/