Event management for low-key events.
Go to file
2024-09-20 08:41:38 -04:00
assets Initial Phoenix app. 2024-09-15 12:37:57 -04:00
config Initial Phoenix app. 2024-09-15 12:37:57 -04:00
lib Bunch of misc event work. 2024-09-20 08:41:38 -04:00
priv Bunch of misc event work. 2024-09-20 08:41:38 -04:00
test Bunch of misc event work. 2024-09-20 08:41:38 -04:00
.formatter.exs Initial Phoenix app. 2024-09-15 12:37:57 -04:00
.gitignore Initial Phoenix app. 2024-09-15 12:37:57 -04:00
mix.exs Initial Phoenix app. 2024-09-15 12:37:57 -04:00
mix.lock Initial Phoenix app. 2024-09-15 12:37:57 -04:00
README.md Initial Phoenix app. 2024-09-15 12:37:57 -04:00

Nights

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