/blex

Primary LanguageJavaScript

Guardian (JWT API authentication) Elixir/Phoenix example app

To start app:

  1. Install dependencies with mix deps.get
  2. Install phoexix brunch deps with npm install
  3. Create and migrate your database with mix ecto.create && mix ecto.migrate
  4. Start Phoenix endpoint with mix phoenix.server