programming-phoenix-liveview/pento
Moritz Böhme 2eae7d6533
feat: add auth
2024-08-16 16:59:57 +02:00
..
assets feat: initial commit 2024-08-15 19:14:55 +02:00
config feat: add auth 2024-08-16 16:59:57 +02:00
lib feat: add auth 2024-08-16 16:59:57 +02:00
priv feat: add auth 2024-08-16 16:59:57 +02:00
test feat: add auth 2024-08-16 16:59:57 +02:00
.formatter.exs feat: initial commit 2024-08-15 19:14:55 +02:00
.gitignore feat: initial commit 2024-08-15 19:14:55 +02:00
README.md feat: initial commit 2024-08-15 19:14:55 +02:00
docker-compose.yml feat: initial commit 2024-08-15 19:14:55 +02:00
mix.exs feat: add auth 2024-08-16 16:59:57 +02:00
mix.lock feat: add auth 2024-08-16 16:59:57 +02:00

README.md

Pento

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