A small Phoenix Web Application to communicate with your friends.
Working with Phoenix and Elixir (+ Websockets in this example) is fun, why not? :D
$ git clone https://github.com/vKxni/exchat
$ cd exchat
$ code .
Make sure to rename dev.example
(config folder) to dev.exs
and fill out your database informations.
Commands
$ mix deps.get # install dependencies
$ mix test # runs all the test (make sure db is running)
$ mix ecto.create # creates the database table
$ mix ecto.migrate # migrate the database