Skip to content

Instantly share code, notes, and snippets.

@adamrubin
adamrubin / elixir-phoenix.md
Last active November 20, 2015 21:42
elixir phoenix

elixir-phoenix.md

#Repository

  • An API for holding things

#Notes

  • Phoenix uses singular names throughout

  • Ecto also has a feature called changesets that holds all changes you want to perform on the database. It encapsulates the whole process of receiving external data, casting and validating it before writing it to the database.

  • mix phoenix.new