RobChooses / programming-phoenix-1.4

This repository contains the code for the Rumbl application from the Programming Phoenix 1.4 book by Chris McCord, Bruce Tate and José Valim.

Home Page:https://pragprog.com/book/phoenix14/programming-phoenix-1-4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programming Phoenix 1.4 (Pre-release)

This repository contains the code (my own take) for the Rumbl application from the Programming Phoenix 1.4 book by Chris McCord, Bruce Tate and José Valim.

Rumbl

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more

About

This repository contains the code for the Rumbl application from the Programming Phoenix 1.4 book by Chris McCord, Bruce Tate and José Valim.

https://pragprog.com/book/phoenix14/programming-phoenix-1-4


Languages

Language:Elixir 66.3%Language:CSS 16.1%Language:HTML 10.4%Language:JavaScript 7.2%