A simple ledger application for tracking my apartment's shared expenses
  • Elixir 96.8%
  • HTML 2%
  • JavaScript 1.1%
Find a file
2026-06-16 22:14:34 -04:00
config initial commit 2026-06-06 22:31:03 -04:00
lib new schema 2026-06-16 22:14:34 -04:00
priv new schema 2026-06-16 22:14:34 -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