No description
Find a file
2023-02-01 08:21:35 -06:00
.github/workflows remove coveralls for now 2023-01-31 14:18:39 -06:00
assets initial packets working 2023-01-31 13:08:17 -06:00
config add auth 2023-01-29 13:29:25 -06:00
lib extract conversions 2023-02-01 08:21:35 -06:00
priv initial packets working 2023-01-31 13:08:17 -06:00
rel remove some fly.io configs 2023-01-29 12:44:27 -06:00
test extract conversions 2023-02-01 08:21:35 -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 more tests for the parser 2023-01-31 15:32:13 -06:00
.gitignore initial 2023-01-26 13:20:23 -06:00
.tool-versions bump elixir 2023-01-30 13:27:38 -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 more tests for the parser 2023-01-31 15:32:13 -06:00
mix.lock more tests for the parser 2023-01-31 15:32:13 -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