An open API service indexing awesome lists of open source software.

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

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

![](erd/erd.jpg)

## References

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