Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 500 Bytes

README.markdown

File metadata and controls

20 lines (15 loc) · 500 Bytes

Challenge for Software Engineer - Big Data

Setup

  1. Make sure you have ruby by running: ruby -v
  2. cd bigdata
  3. bundle install

Run server

  1. cd bigdata
  2. RAILS_ENV=development rails s

Upload file

  1. Load url 'http://localhost:3000/orders/upload'
  2. Select the file to upload
  3. Click Upload button

Run tests

  1. Only model tests are implemented. Run 'bundle exec rspec spec/models/'
  2. And one controller test. Run 'bundle exec rspec spec/controllers/uploads_controller_spec.rb