Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 341 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 341 Bytes

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