Skip to content

Konicord/exchat

Repository files navigation

ExChat :: Phoenix

A small Phoenix Web Application to communicate with your friends.

🙇🏻 Why?

Working with Phoenix and Elixir (+ Websockets in this example) is fun, why not? :D

👼🏻 How?

$ 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