No description
Find a file
2025-08-05 01:12:44 +01:00
assets init 2025-08-05 00:44:17 +01:00
config gen auth using argon2 2025-08-05 00:49:22 +01:00
lib gen auth using argon2 2025-08-05 00:49:22 +01:00
priv gen auth using argon2 2025-08-05 00:49:22 +01:00
test fix tests and update argon2 dep to remove warnings 2025-08-05 01:12:44 +01:00
.formatter.exs init 2025-08-05 00:44:17 +01:00
.gitignore init 2025-08-05 00:44:17 +01:00
docker-compose.yml add docker compose for db 2025-08-05 00:44:46 +01:00
mix.exs fix tests and update argon2 dep to remove warnings 2025-08-05 01:12:44 +01:00
mix.lock fix tests and update argon2 dep to remove warnings 2025-08-05 01:12:44 +01:00
README.md init 2025-08-05 00:44:17 +01:00

Circle

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