Skip to content

rsilvestre/programming_phoenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published