germsvel / chatter_old

Just a sample app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatter

Let's learn some Elixir/Phoenix together.

Requirements

  • Elixir 1.7.4
  • Erlang 21
  • Nodejs

If you use asdf, you can just hit asdf install after you clone the repo and should be good to go.

Get started

Clone this repo, and do the following:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install

You can start the phoenix server with mix phx.server. Now you can visit localhost:4000 from your browser.

About

Just a sample app


Languages

Language:Elixir 71.6%Language:CSS 18.0%Language:JavaScript 7.5%Language:HTML 2.9%