This application is a simple budgeting tool that allows users to track their expenses and income. It is built using the Phoenix framework and Elixir following the tutorial at ChristianAlexander tutorial.
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.