rsilvestre / programming_phoenix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rumbl

This project is based on the book:

Programming Phoenix: Productive |> Reliable |> Fast

Chris McCord, Bruce Tate and José Valim

edited by Jacquelyn Carter

ISBN-10: 1680501453

ISBN-13: 978-1680501452

Purpose

The application will allow us to take videos (hosted elsewhere) wnd attach comments to them in real time and play them back alongside the comments of other users. This application will be tremendously demanding because each user will record and play back comments that must be saved and served quickly so that the content stays relavant.

Start

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Install Node modules with npm install
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • 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


Languages

Language:JavaScript 49.2%Language:Elixir 43.9%Language:HTML 6.8%Language:CSS 0.1%