https://github.com/j3rn/chatter
A simple chat app written with React and Phoenix Channels
https://github.com/j3rn/chatter
elixir phoenix react
Last synced: about 2 months ago
JSON representation
A simple chat app written with React and Phoenix Channels
- Host: GitHub
- URL: https://github.com/j3rn/chatter
- Owner: J3RN
- License: apache-2.0
- Created: 2022-06-14T17:39:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T22:19:07.000Z (almost 4 years ago)
- Last Synced: 2025-04-01T14:26:27.084Z (about 1 year ago)
- Topics: elixir, phoenix, react
- Language: Elixir
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chatter
A simple chat application build with Phoenix LiveView.
## System Overview
The relationships between the various domain objects are perhaps best described by this diagram:

## Getting Started
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` or inside IEx with `iex -S mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.