The backend for the Personal Investment Group
This is a simple ledger implementation for PIG. It consists of a Rust server that stores accounts and their transactions in an sqlite database.
- Pull the repo
git pull git@github.com:DemonusPC/pig-ledger.git
- Build it
cargo build
- Run
cargo run
TBD
cargo fmt