No description
- Elixir 88.2%
- HTML 8.1%
- CSS 2.1%
- JavaScript 1.6%
| assets | ||
| config | ||
| lib | ||
| priv | ||
| test | ||
| .formatter.exs | ||
| .gitignore | ||
| AGENTS.md | ||
| mix.exs | ||
| mix.lock | ||
| README.md | ||
Miniplaner
Auth-Konzept
-
Authentifizierung funktioniert über Magic-Links (per E-Mail verschickt)
- Links werden mit jedem Plan automatisch an alle verschickt
- Jeder Benutzer kann einen Link auch anfragen
-
Beim ersten Setup wird automatisch ein Admin-Benutzer erstellt, der erstmal keine E-Mail hat
- Magic-Link wird beim Anmeldeversuch ins Server-Log geschrieben
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -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
- Official website: https://www.phoenixframework.org/
- Guides: https://phoenix.hexdocs.pm/overview.html
- Docs: https://phoenix.hexdocs.pm
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix