##Setup
- Clone the repo into local directory https://github.com/lschallenges/data-engineering.git
- cd to data-engineering/ls_upload_importer
- run ruby -v (ruby version should be 2.0+)
- run bundle (install is default task)
- run rake db:create
- run rake db:migrate
- run rails s
- visit http://localhost:3000 in browser
- upload .tab file
- profit???