Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcrumm/live_upload_example
Demonstrating file uploads with Phoenix LiveView
https://github.com/mcrumm/live_upload_example
Last synced: 12 days ago
JSON representation
Demonstrating file uploads with Phoenix LiveView
- Host: GitHub
- URL: https://github.com/mcrumm/live_upload_example
- Owner: mcrumm
- Created: 2020-11-07T01:31:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T20:53:20.000Z (over 1 year ago)
- Last Synced: 2024-10-13T09:55:55.449Z (26 days ago)
- Language: Elixir
- Size: 321 KB
- Stars: 102
- Watchers: 7
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LiveUpload Example
A collection of demos showcasing uploads with Phoenix LiveView.
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Start Phoenix endpoint with `mix phx.server --open`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