No description
- Elixir 73.5%
- CSS 20.5%
- HTML 3.3%
- JavaScript 2.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| assets | ||
| config | ||
| lib | ||
| priv | ||
| test | ||
| .formatter.exs | ||
| .gitignore | ||
| Chatter.png | ||
| LICENSE | ||
| mix.exs | ||
| mix.lock | ||
| README.md | ||
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.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
