A simple ledger application for tracking my apartment's shared expenses
  • Elixir 94.5%
  • HTML 4.4%
  • JavaScript 0.8%
  • CSS 0.3%
Find a file
2026-07-12 14:28:54 -04:00
config initial commit 2026-06-06 22:31:03 -04:00
lib transaction page 2026-07-12 14:28:54 -04:00
priv better summaries 2026-07-03 15:15:33 -04:00
test initial commit 2026-06-06 22:31:03 -04:00
.formatter.exs initial commit 2026-06-06 22:31:03 -04:00
.gitignore initial commit 2026-06-06 22:31:03 -04:00
mix.exs types and formatting utilities 2026-06-07 22:13:47 -04:00
mix.lock types and formatting utilities 2026-06-07 22:13:47 -04:00
README.md initial commit 2026-06-06 22:31:03 -04:00

Ledger

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