Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheerlox/ash_manage_relationship_update_repro_phoenix
https://github.com/sheerlox/ash_manage_relationship_update_repro_phoenix
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sheerlox/ash_manage_relationship_update_repro_phoenix
- Owner: sheerlox
- Created: 2024-04-04T16:57:15.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T19:29:48.000Z (9 months ago)
- Last Synced: 2024-04-04T20:38:09.963Z (9 months ago)
- Language: Elixir
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AshManageRelationshipUpdateRepro (Phoenix LiveView)
Needs a running PostgreSQL DB, see [`config/config.exs`](./config/config.exs).
```
mix do deps.get, deps.compile
mix do ash_postgres.create, ash_postgres.migrate
mix phx.server
```Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
## Files
### LiveView
- [profile's `form_component.ex`](lib/ash_repro_web/live/profile_live/form_component.ex)
### Resources
- [`profile.ex` (main)](./lib/ash_repro/profiles/profile.ex)
- [`user.ex` (managed)](./lib/ash_repro/accounts/user.ex)