https://github.com/elixircl/phoenix-extensions
An example to demostrate Phoenix Extension Pattern
https://github.com/elixircl/phoenix-extensions
Last synced: 9 months ago
JSON representation
An example to demostrate Phoenix Extension Pattern
- Host: GitHub
- URL: https://github.com/elixircl/phoenix-extensions
- Owner: ElixirCL
- Created: 2025-02-01T12:21:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T15:51:08.000Z (11 months ago)
- Last Synced: 2025-02-09T05:12:58.839Z (10 months ago)
- Language: Elixir
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhoenixExtensions
To start your Phoenix server:
* Run `mix setup` to install and setup dependencies
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S 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