Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 445 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 445 Bytes

Readme

Very simple Rails application with use of React.js to present how CsvCreator can be used in rails.

To try out:

  • git clone [email protected]:dsawa/csv_creator_example.git
  • cd csv_creator_example
  • mv config/database.yml.sample config/database.yml
  • bundle install
  • rake db:migrate
  • rake db:seed
  • rails s
  • Click "Export CSV" button under the table on http://localhost:3000