No description
Find a file
2023-01-26 13:20:23 -06:00
assets initial 2023-01-26 13:20:23 -06:00
config initial 2023-01-26 13:20:23 -06:00
lib initial 2023-01-26 13:20:23 -06:00
priv initial 2023-01-26 13:20:23 -06:00
test initial 2023-01-26 13:20:23 -06:00
.formatter.exs initial 2023-01-26 13:20:23 -06:00
.gitignore initial 2023-01-26 13:20:23 -06:00
LICENSE Initial commit 2023-01-26 13:19:38 -06:00
mix.exs initial 2023-01-26 13:20:23 -06:00
mix.lock initial 2023-01-26 13:20:23 -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