Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephanerob/mix_phx_gen_api_auth_demo
(POC) convert phx_gen_auth phx based application to token based authentication
https://github.com/stephanerob/mix_phx_gen_api_auth_demo
Last synced: 2 months ago
JSON representation
(POC) convert phx_gen_auth phx based application to token based authentication
- Host: GitHub
- URL: https://github.com/stephanerob/mix_phx_gen_api_auth_demo
- Owner: StephaneRob
- Created: 2020-06-15T19:08:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T14:47:05.000Z (over 3 years ago)
- Last Synced: 2023-02-26T17:57:41.080Z (almost 2 years ago)
- Language: Elixir
- Size: 945 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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