Skip to content

genya0407/sharecar-rails

Repository files navigation

sharecar-rails

Setup

Please install docker first.

$ ./launch_db.sh
$ bundle install --path vendor/bin
$ bundle exec rake db:setup
$ bundle exec rails s

Go to http://localhost:3000.

This webapp is for smartphone's web browser.

Restore from heroku

./pull_db.sh