https://github.com/aaronrenner/phx_gen_auth_output
https://github.com/aaronrenner/phx_gen_auth_output
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronrenner/phx_gen_auth_output
- Owner: aaronrenner
- Created: 2020-06-20T02:46:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-18T05:01:41.000Z (over 4 years ago)
- Last Synced: 2025-01-19T11:32:04.748Z (over 1 year ago)
- Language: Elixir
- Size: 256 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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