Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Phoenix Lecture

Phoenix Lecture

Guest lecture at FMI of Sofia University's Elixir course.

Demo code:

https://github.com/RStankov/talks-code/tree/master/2018.06.05%20-%20Phoenix%20Lecture

Radoslav Stankov

June 05, 2018
Tweet

More Decks by Radoslav Stankov

Other Decks in Technology

Transcript

  1. ! Take 1 " What is Phoenix # Router $

    Controller % Views ✈ Take 2 ' Contexts
 
 ( RESTful
 
 ) Channels Agenda
  2. *

  3. +

  4. RESTful method path controller action GET /posts posts index GET

    /posts/new posts new POST /posts posts create GET /posts/:id posts show GET /posts/:id/edit posts edit PATCH /posts/:id posts update DELETE /posts/:id posts delete