This README would normally document whatever steps are necessary to get the application up and running.
Ruby 2.3.1
Rails 5.0.0.1
https://kamadudev.herokuapp.com/
brew install elasticsearch
bundle install
rake db:drop
rake db:setup
rake db:create
rake db:migrate
bundle install
rake db:test:prepare
bundle exec rspec
bundle exec rspec spec/exemple
rails server -e development -b 0.0.0.0 -p 3000
rake searchkick:reindex:all
curl -XDELETE "http://localhost:9200/\*"