Skip to content

Konicord/exchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 11, 2022
954a3e5 Β· Apr 11, 2022

History

1 Commit
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022

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