Skip to content

Software Development competency assessment for WebTonic

Notifications You must be signed in to change notification settings

Chiaro-K/csvImport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project

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.

Install

Clone the repository

git clone https://github.com/Chiaro-K/csvImport.git
cd project

Check your Ruby version

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

Install dependencies

Using Bundler and Yarn:

bundle && yarn
bundle install

Initialize the database

rails db:create db:migrate db:seed

Serve

rails s

About

Software Development competency assessment for WebTonic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published