Follow these steps to run the application
- clone the repo into a new directory
git clone [email protected]:mattflo/data-engineering.git mattflo-data-engineering - change into the application directory
cd mattflo-data-engineering/salesdata - install the dependencies
bundle install - create the database
rake db:migrate - run the server
rails s - open a browser tab to http://localhost:3000
- select a file to upload and press 'Import'