This project is an application that allows a user to upload a csv document into a database and then display the result onto the web page.
git clone https://github.com/Chiaro-K/csvImport.git
cd project
ruby -v
The ouput should start with something like ruby 2.5.1
If not, install the right ruby version using rbenv (it could take a while):
rbenv install 2.5.1
bundle && yarn
bundle install
rails db:create db:migrate db:seed
rails s