A simple tool for managing income, expenses & balances. Includes customizable support for importing statements institutions and categorise transactions to generate reports.
- Docker
- Docker compose
-
Check out the repository
git clone [email protected]/dawner/money_sleuth.git
-
Create and setup the database
docker-compose build
-
Start the application
MONEY_SLEUTH_DATABASE_PASSWORD=password docker-compose up
You can now visit the site with the URL http://localhost:3000
- To setup DB and run any other commands.
docker exec -it money_sleuth-web-1 /bin/bash bin/rails db:setup yarn install
Run test suite with
docker exec -it money_sleuth-web-1 /bin/bash
rspec