No description
  • Elixir 73.5%
  • CSS 20.5%
  • HTML 3.3%
  • JavaScript 2.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-08-20 18:18:46 -04:00
assets Initial commit; scaffold; layers 2022-08-20 12:40:55 -04:00
config Initial commit; scaffold; layers 2022-08-20 12:40:55 -04:00
lib Scaffold out sign in/out links 2022-08-20 12:43:29 -04:00
priv Create schemas 2022-08-20 12:41:03 -04:00
test Initial commit; scaffold; layers 2022-08-20 12:40:55 -04:00
.formatter.exs Initial commit; scaffold; layers 2022-08-20 12:40:55 -04:00
.gitignore Initial commit; scaffold; layers 2022-08-20 12:40:55 -04:00
Chatter.png Update documentation 2022-08-20 18:18:46 -04:00
LICENSE Initial commit; scaffold; layers 2022-08-20 12:40:55 -04:00
mix.exs Add Dialyzer and Credo 2022-08-20 12:42:35 -04:00
mix.lock Add Dialyzer and Credo 2022-08-20 12:42:35 -04:00
README.md Update documentation 2022-08-20 18:18:46 -04:00

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.