No description
Find a file
2020-06-21 16:09:24 -07:00
.github/workflows CI/BUG: dokku branch 2020-06-13 15:13:05 -07:00
assets IMP: task crud (#6) 2020-06-21 16:09:24 -07:00
config CONFIG: tweaking for websocket setup 2020-06-14 15:37:32 -07:00
lib IMP: task crud (#6) 2020-06-21 16:09:24 -07:00
priv NEW: Initial task mgmt (#4) 2020-06-14 15:26:14 -07:00
test NEW: user accounts (#3) 2020-06-13 19:12:02 -07:00
.formatter.exs INIT: plain phx 1.5 init, untouched 2020-06-13 11:47:28 -07:00
.gitignore INIT: plain phx 1.5 init, untouched 2020-06-13 11:47:28 -07:00
app.json CI: run ecto migrations on deploy 2020-06-13 15:51:29 -07:00
elixir_buildpack.config CI: set up dokku 2020-06-13 14:59:33 -07:00
mix.exs NEW: Initial task mgmt (#4) 2020-06-14 15:26:14 -07:00
mix.lock NEW: Initial task mgmt (#4) 2020-06-14 15:26:14 -07:00
phoenix_static_buildpack.config CI: set up dokku 2020-06-13 14:59:33 -07:00
Procfile CI: set up dokku 2020-06-13 14:59:33 -07:00
README.md INIT: plain phx 1.5 init, untouched 2020-06-13 11:47:28 -07:00

Planner

To start your Phoenix server:

  • Setup the project with mix setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more