J3RN / chatter

A simple chat app written with React and Phoenix Channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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 from your browser.

About

A simple chat app written with React and Phoenix Channels

License:Apache License 2.0


Languages

Language:Elixir 73.6%Language:CSS 20.4%Language:HTML 3.3%Language:JavaScript 2.7%