https://github.com/cao7113/hello-phx
Hello phoenix
https://github.com/cao7113/hello-phx
hello phoenix-framework
Last synced: 2 months ago
JSON representation
Hello phoenix
- Host: GitHub
- URL: https://github.com/cao7113/hello-phx
- Owner: cao7113
- Created: 2024-06-17T08:08:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T11:49:17.000Z (almost 2 years ago)
- Last Synced: 2025-03-11T03:42:17.265Z (over 1 year ago)
- Topics: hello, phoenix-framework
- Language: Elixir
- Homepage:
- Size: 206 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# HelloPhx - Hello Phoenix
[](https://github.com/cao7113/hello-phx/actions/workflows/ci.yml)
[](https://github.com/cao7113/hello-phx/actions/workflows/release.yml)
Acts as learning playground following guides at https://hexdocs.pm/phoenix/overview.html.
## Flying on fly.io
- https://hello-phx-up.fly.dev/
## Getting Started
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).
## Changelogs and common links
- https://github.com/cao7113/hello-phx/blob/main/CHANGELOG.md
- https://github.com/cao7113/hello-phx/actions
- https://github.com/cao7113/hello-phx/releases
- [Github Container Image Packages](https://github.com/cao7113/hello-phx/pkgs/container/hello-phx)
- [DockerHub images](https://hub.docker.com/repository/docker/cao7113/hello-phx/general)
## More
- https://github.com/fly-apps/hello_elixir
- https://github.com/cao7113/hello-api-elixir
## 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