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