DEV Community

Discussion on: Building a JSON API with Phoenix 1.3 and Elixir

Collapse
 
pbjoiner profile image
Paul B. Joiner

Victor,

This is an excellent tutorial; especially for a total beginner like myself. I learned a great deal and will be using this as a reference in the future.

I have a few notes:

  • --no-brunch no longer exists
    I see one other post about it on "Today I Learned" but no mention in the docs. I suspect, in my ignorance, this was replaced with --no-webpack.

  • Typo under "Save authentication status"
    Now let’s modify our sign_in function in

  • Test paths are a little different
    test/my_app/auth/auth_test.exs is in test/my_app/auth_test.exs

  • This tutorial is way cool. Thank you.