Skip to content

Latest commit

 

History

History
executable file
·
36 lines (20 loc) · 761 Bytes

README.md

File metadata and controls

executable file
·
36 lines (20 loc) · 761 Bytes

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