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

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

Awesome Lists containing this project

README

          

# HelloPhx - Hello Phoenix

[![CI](https://github.com/cao7113/hello-phx/actions/workflows/ci.yml/badge.svg)](https://github.com/cao7113/hello-phx/actions/workflows/ci.yml)
[![Release](https://github.com/cao7113/hello-phx/actions/workflows/release.yml/badge.svg)](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