Skip to content

Track and consolidate your moolah across multiple banks & currencies

Notifications You must be signed in to change notification settings

dawner/money_sleuth

Repository files navigation

MoneySleuth

A simple tool for managing income, expenses & balances. Includes customizable support for importing statements institutions and categorise transactions to generate reports.

Prerequisites

  • Docker
  • Docker compose

Installation

  1. Check out the repository git clone [email protected]/dawner/money_sleuth.git

  2. Create and setup the database docker-compose build

  3. Start the application MONEY_SLEUTH_DATABASE_PASSWORD=password docker-compose up

You can now visit the site with the URL http://localhost:3000

  1. To setup DB and run any other commands.
    docker exec -it money_sleuth-web-1 /bin/bash
    bin/rails db:setup
    yarn install
    

Testing

Run test suite with

   docker exec -it money_sleuth-web-1 /bin/bash
   rspec

About

Track and consolidate your moolah across multiple banks & currencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published