steakunderscore / ElixirTwitter

Playground to learn Elixir and Phoenix by building a twitter app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElixirTwitter

Playground to learn Elixir and Phoenix.

Getting started

To start the Phoenix app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js (>= v5.0.0) dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

Playground to learn Elixir and Phoenix by building a twitter app.


Languages

Language:Elixir 73.9%Language:HTML 15.5%Language:JavaScript 10.6%