Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbashia/phoenix_csv_upload
Phoenix csv upload using Csv dependency. Parese, Preview and import csv in phoenix liveview
https://github.com/mbashia/phoenix_csv_upload
csv elixir liveview phoenix
Last synced: about 2 months ago
JSON representation
Phoenix csv upload using Csv dependency. Parese, Preview and import csv in phoenix liveview
- Host: GitHub
- URL: https://github.com/mbashia/phoenix_csv_upload
- Owner: mbashia
- Created: 2024-09-17T11:24:17.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-17T14:15:59.000Z (4 months ago)
- Last Synced: 2024-10-13T23:26:02.681Z (3 months ago)
- Topics: csv, elixir, liveview, phoenix
- Language: Elixir
- Homepage: https://fullstackphoenix.com/tutorials/import-csv-with-preview-liveview-file-upload
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhoenixCsvUpload
To start your Phoenix server:
* Run `mix setup` to install and setup dependencies
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix