No description
Find a file
2023-12-17 12:08:45 -06:00
.github/workflows remove coveralls for now 2023-01-31 14:18:39 -06:00
assets update phoenix and add docker compose config 2023-02-15 12:33:27 -06:00
config add auth 2023-01-29 13:29:25 -06:00
lib more parsing progress on compressed positions 2023-02-01 13:34:05 -06:00
priv re-add dockerfile 2023-02-01 15:03:43 -06:00
rel remove some fly.io configs 2023-01-29 12:44:27 -06:00
test more parsing progress on compressed positions 2023-02-01 13:34:05 -06:00
.buildpacks try without node buildpack 2023-02-01 14:38:40 -06:00
.credo.exs is connection is working 2023-01-26 14:32:49 -06:00
.dockerignore add node name 2023-01-26 13:45:15 -06:00
.formatter.exs update deps 2023-12-17 12:08:45 -06:00
.gitignore initial 2023-01-26 13:20:23 -06:00
.tool-versions update deps 2023-12-17 12:08:45 -06:00
docker-compose.yml update phoenix and add docker compose config 2023-02-15 12:33:27 -06:00
elixir_buildpack.config try with release 2023-02-01 14:57:25 -06:00
fly.toml add node name 2023-01-26 13:45:15 -06:00
LICENSE Initial commit 2023-01-26 13:19:38 -06:00
mix.exs update deps 2023-12-17 12:08:45 -06:00
mix.lock update deps 2023-12-17 12:08:45 -06:00
Procfile dokku tweaks 2023-02-01 14:54:06 -06:00
README.md initial 2023-01-26 13:20:23 -06:00

Aprs

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more