Building new app with phoenix

I gone through few docs, learning how elixir works, Now started building a new application. Status so far is,

  1. New Phoenix app
  2. Added pow_assent => https://github.com/pow-auth/pow_assent (great authentication package)
  3. Build few pages under protected and unprotected pipeline, both html and json. Yes pow_assent supports json authentication.
  4. Added images with waffle => https://github.com/elixir-waffle/waffle, Rails devs will love it, just like carrierwave.

Will add more under @tenappstatus @myphoenixappstatus

1 Like