No description
  • Elixir 67.4%
  • CSS 7.5%
  • Svelte 7.2%
  • Dockerfile 4.8%
  • Jinja 3.8%
  • Other 9.3%
Find a file
Fernando Araoz 1821cda9be feat: minimal ui setup & tweaks
- format code
- proper SPA setup
2026-05-31 20:31:52 -05:00
+devops feat: minimal Accounts model & endpoints 2026-05-31 20:21:45 -05:00
config feat: minimal Accounts model & endpoints 2026-05-31 20:21:45 -05:00
lib feat: minimal Accounts model & endpoints 2026-05-31 20:21:45 -05:00
priv feat: minimal Accounts model & endpoints 2026-05-31 20:21:45 -05:00
rel/overlays/bin feat: deploy config 2026-05-31 09:25:53 -05:00
test feat: deploy config 2026-05-31 09:25:53 -05:00
ui feat: minimal ui setup & tweaks 2026-05-31 20:31:52 -05:00
.dockerignore feat: bare init 2026-05-31 08:18:37 -05:00
.formatter.exs feat: bare init 2026-05-31 08:18:37 -05:00
.gitignore feat: bare init 2026-05-31 08:18:37 -05:00
AGENTS.md feat: minimal Accounts model & endpoints 2026-05-31 20:21:45 -05:00
Dockerfile feat: deploy config 2026-05-31 09:25:53 -05:00
Makefile feat: bare init 2026-05-31 08:18:37 -05:00
mix.exs feat: bare init 2026-05-31 08:18:37 -05:00
mix.lock feat: bare init 2026-05-31 08:18:37 -05:00
README.md feat: bare init 2026-05-31 08:18:37 -05:00

Financeex

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