Mantak / auth-app

Authentication application using Phoenix with Guardian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AuthApp

Documentation

This is an example of application with authentication in Phoenix framework using Guardina package.

Requirements

  • Elixi (current version 1.6.6)
  • Phoenix Framework (current version 1.4)
  • PostgreSQL

Getting Started

After cloning, first install dependencies:

mix deps.get

Change database configuration in dev.exs inside config directory and run migration:

mix ecto.migrate

Start the app by running:

mix phx.server

About

Authentication application using Phoenix with Guardian


Languages

Language:Elixir 82.7%Language:JavaScript 8.7%Language:HTML 8.5%Language:CSS 0.1%