Go to file
2024-01-21 23:48:10 -06:00
assets Initial commit 2024-01-21 23:26:07 -06:00
config Initial commit 2024-01-21 23:26:07 -06:00
lib CRUD 2024-01-21 23:48:10 -06:00
priv CRUD 2024-01-21 23:48:10 -06:00
test CRUD 2024-01-21 23:48:10 -06:00
.envrc Initial commit 2024-01-21 23:26:07 -06:00
.formatter.exs Initial commit 2024-01-21 23:26:07 -06:00
.gitignore Initial commit 2024-01-21 23:26:07 -06:00
flake.lock Stuff 2024-01-21 23:31:35 -06:00
flake.nix Stuff 2024-01-21 23:31:35 -06:00
mix.exs Initial commit 2024-01-21 23:26:07 -06:00
mix.lock Initial commit 2024-01-21 23:26:07 -06:00
README.md Initial commit 2024-01-21 23:26:07 -06:00

Homeman

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • 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