- Make sure you have ruby by running: ruby -v
- cd bigdata
- bundle install
- cd bigdata
- RAILS_ENV=development rails s
- Load url 'http://localhost:3000/orders/upload'
- Select the file to upload
- Click Upload button
- Only model tests are implemented. Run 'bundle exec rspec spec/models/'
- And one controller test. Run 'bundle exec rspec spec/controllers/uploads_controller_spec.rb