Beor18 / jwt-elixir

Jwt, autenticación y crud API Rest con Elixir 1.7.3 y Phoenix 1.4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jwt autenticación API con Elixir 1.7.3 y Phoenix 1.4

Características:

  • Login y Registro (jwt)
  • Crud (Create, read, update, delete)
  • Mostrar información del usuario

Para iniciar el server con Phoenix:

  • Instalar dependencias con mix deps.get
  • Crear y migrar la base de datos con mix ecto.setup
  • Iniciar server con mix phx.server

Ahora ingresa a localhost:4000 desde el navegador.

Demo:

Imgur

Demo Registro:

Imgur

Demo Login:

Imgur

Demo Ruta Protegida (Mi Usuario):

Imgur

Demo CRUD "Hoteles"

Imgur

About

Jwt, autenticación y crud API Rest con Elixir 1.7.3 y Phoenix 1.4


Languages

Language:Elixir 100.0%