Skip to content

A simple chat application using Phoenix Live View

License

Notifications You must be signed in to change notification settings

barboza/chatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

16a56ae · Sep 18, 2019

History

11 Commits
Aug 29, 2019
Sep 18, 2019
Aug 29, 2019
Aug 29, 2019
Aug 29, 2019
Aug 29, 2019
Aug 29, 2019
Aug 29, 2019
Aug 29, 2019
Aug 29, 2019
Aug 29, 2019
Aug 29, 2019
Sep 18, 2019
Aug 29, 2019

Repository files navigation

Chatter.Umbrella

Simple chat service using Elixir, Phoenix and Phoenix Live View.

Contributing

Requirements:

  • Elixir (to install follow the official docs here).
  • Postgres

Download the project:

$ git clone https://github.com/barboza/chatter
$ cd chatter

Install dependencies and creates database:

$ mix deps.get
$ mix ecto.create

Start server on localhost:4000:

$ mix phx.server

To run tests use mix test

Always run mix check before pushing changes!

About

A simple chat application using Phoenix Live View

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published