Skip to content

💸 A simple expense tracker app built with Elixir, Phoenix LiveView. Track categories, budgets, and expenses with real-time updates.

Notifications You must be signed in to change notification settings

peguimasid/expencfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expencfy

Expencfy is a Phoenix-based application to manage your expenses and budgets efficiently.

Getting Started

Prerequisites

  • Have Docker installed on your system.

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/peguimasid/expencfy.git
    cd expencfy
  2. Start the database using Docker:

    docker compose up -d
  3. Install dependencies, set up the database, and seed initial data:

    mix setup
  4. Start the Phoenix server:

    iex -S mix phx.server
  5. Visit the application in your browser at http://localhost:4000.

Running Tests

  • Run all tests:

    mix test
  • Run tests in watch mode:

    mix test.watch

Deployment

For production deployment guidelines, visit the Phoenix deployment documentation.

Learn More

About

💸 A simple expense tracker app built with Elixir, Phoenix LiveView. Track categories, budgets, and expenses with real-time updates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published