An open API service indexing awesome lists of open source software.

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

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:

![Chatter System Overview](Chatter.png)

## 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.