Skip to content

This application intents to show how to perform a importation of CSV File through Services and Turbo Stream using Ruby on Rails.

Notifications You must be signed in to change notification settings

lucasgeron/rails-import-by-csv

Repository files navigation

Rails QR Code

rails import-by-csv

Rails Import by CSV is a simple application to import/export CSV file to a database.

This application intents to show how to perform a importation of CSV File through Services and Turbo Stream using Ruby on Rails.

Installation

  • Clone this repository
  • Install dependencies with bundle install
  • Run the migrations with rails db:migrate
  • Run the server with ./bin/dev
  • Visit http://localhost:3000
  • Download the data_sets files in the root of the project
  • Ready to Use

Feel free to customize this application.

Tutorial Step by Step

Check the tutorial step by step in

About

This application intents to show how to perform a importation of CSV File through Services and Turbo Stream using Ruby on Rails.

Topics

Resources

Stars

Watchers

Forks