https://github.com/mnishiguchi/csv_import_export_app
https://github.com/mnishiguchi/csv_import_export_app
csv rails
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mnishiguchi/csv_import_export_app
- Owner: mnishiguchi
- Created: 2017-02-19T21:10:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T00:51:38.000Z (about 9 years ago)
- Last Synced: 2025-01-03T14:23:22.807Z (about 1 year ago)
- Topics: csv, rails
- Language: Ruby
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSV import export app
In this app, I will build the basic CSV import/export functionality in a Rails app.
- [Base app](https://github.com/mnishiguchi/notifiable_app)
---
## Dependencies
- Ruby 2.3.1
- Rails 5.0.1
- Turbolinks
- Devise
- [Bootstrap 4](https://v4-alpha.getbootstrap.com/getting-started/introduction/)
- [jch/html-pipeline](https://github.com/jch/html-pipeline) - HTML processing filters and utilities
- [NextStepWebs/simplemde-markdown-editor](https://github.com/NextStepWebs/simplemde-markdown-editor) - A simple, beautiful, and embeddable JavaScript Markdown editor
- and much more
---
## Database structure

## References
- [https://gorails.com/series/import-and-export-csv-files](https://gorails.com/series/import-and-export-csv-files)