No description
Find a file
2023-01-26 13:45:15 -06:00
assets initial 2023-01-26 13:20:23 -06:00
config add aprs-is stuff 2023-01-26 13:38:37 -06:00
lib add aprs-is stuff 2023-01-26 13:38:37 -06:00
priv initial 2023-01-26 13:20:23 -06:00
rel add node name 2023-01-26 13:45:15 -06:00
test initial 2023-01-26 13:20:23 -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 add node name 2023-01-26 13:45:15 -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 aprs-is stuff 2023-01-26 13:38:37 -06:00
mix.lock add aprs-is stuff 2023-01-26 13:38: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