2025-05-01 19:09:43 +02:00
2025-05-01 19:15:03 +02:00
2025-03-20 21:17:47 +01:00
2025-03-17 18:23:33 +01:00

MoneyMgr

Setup dev env

  1. Install prerequisites:

    1. docker
    2. docker-compose
    3. rust
    4. node
  2. Start services

cd moneymgr_backend
mkdir -p storage/{db,redis-data,redis-conf,minio}
docker compose up
  1. Install Diesel CLI:
sudo apt install libpq5 libpq-dev pkg-config libssl-dev cmake
cargo install diesel_cli --no-default-features --features postgres
  1. Initialize database:
diesel migration run

Note: You can access the database directly using this command:

PGPASSWORD=pass psql -h localhost -p 5432 -U user -d moneymgr
Description
Web money management tool.
Readme 2.3 MiB
1.0.1 Latest
2025-05-15 19:51:12 +00:00
Languages
TypeScript 56.7%
Rust 41.8%
JavaScript 0.6%
PLpgSQL 0.4%
HTML 0.2%
Other 0.2%