Go to file
Noah Diewald ae3911744f Adding authentication 2023-07-30 00:07:43 -04:00
assets initial 2023-07-29 11:35:33 -04:00
config Adding authentication 2023-07-30 00:07:43 -04:00
lib Adding authentication 2023-07-30 00:07:43 -04:00
priv Adding authentication 2023-07-30 00:07:43 -04:00
test Adding authentication 2023-07-30 00:07:43 -04:00
.formatter.exs initial 2023-07-29 11:35:33 -04:00
.gitignore initial 2023-07-29 11:35:33 -04:00
README.md initial 2023-07-29 11:35:33 -04:00
mix.exs Adding authentication 2023-07-30 00:07:43 -04:00
mix.lock Adding authentication 2023-07-30 00:07:43 -04:00

README.md

Textos

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