https://github.com/launchscout/live_state_comments
the backend repo for the live_state demo project
https://github.com/launchscout/live_state_comments
Last synced: about 1 year ago
JSON representation
the backend repo for the live_state demo project
- Host: GitHub
- URL: https://github.com/launchscout/live_state_comments
- Owner: launchscout
- Created: 2022-06-27T19:23:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T19:27:22.000Z (almost 3 years ago)
- Last Synced: 2024-04-13T07:10:56.744Z (over 2 years ago)
- Language: Elixir
- Size: 96.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LiveStateComments
This is a demo project for [`live_state`](https://github.com/gaslight/live_state). It's designed to
be the "back end" of this [repo](https://github.com/gaslight/livestate-comments) which contains the custom element with will interact with CommentsChannel.
## Usage
Typical phoenix:
```
mix deps.get
mix ecto.create
mix ecto.migrate
mix phx.server
```
This will run the server, to see the front end demo go to the [front end repo](https://github.com/gaslight/livestate-comments) and follow instructions there.