Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 644 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 644 Bytes

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