No description
Find a file
2023-01-29 12:56:28 -06:00
.github/workflows add github ci 2023-01-26 13:50:37 -06:00
assets initial 2023-01-26 13:20:23 -06:00
config remove more fly things and tweak dockerfile 2023-01-29 12:56:28 -06:00
lib is connection is working 2023-01-26 14:32:49 -06:00
priv initial 2023-01-26 13:20:23 -06:00
rel remove some fly.io configs 2023-01-29 12:44:27 -06:00
test add parser test 2023-01-26 14:04:20 -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 initial 2023-01-26 13:20:23 -06:00
.gitignore initial 2023-01-26 13:20:23 -06:00
.tool-versions add aprs-is stuff 2023-01-26 13:38:37 -06:00
Dockerfile remove more fly things and tweak dockerfile 2023-01-29 12:56:28 -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 add parser test 2023-01-26 14:04:20 -06:00
mix.lock add github ci 2023-01-26 13:50:37 -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