An open API service indexing awesome lists of open source software.

https://github.com/aaronrenner/phx_gen_auth_output


https://github.com/aaronrenner/phx_gen_auth_output

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# phx_gen_auth output

This is a phoenix 1.5.3 project used to show the output of different versions
[phx_gen_auth](https://hex.pm/packages/phx_gen_auth). The authentication code is
generated with the following command:

$ mix phx.gen.auth Accounts User users

You can browse the available releases by looking at this repo's
[branches](https://github.com/aaronrenner/phx_gen_auth_output/branches). Output
from multiple releases can be compared using Github's [compare ui with the 2 dot
notation](https://github.com/aaronrenner/phx_gen_auth_output/compare/master..master)
and selecting the branches you wish to compare.

## Demo

To start your Phoenix server:

* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Install Node.js dependencies with `npm install` inside the `assets` directory
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).

## Learn more

* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix