Vito is a bookkeeping system written in Rust using the Axum framework.
This is the Rust rewrite of the old Django project:
9-8-7-6/vito_.
Rust-based: High-performance backend using Axum.
Docker support: Easily deploy using docker-compose
.
RESTful API: Designed for financial tracking & bookkeeping.
git clone https://github.com/9-8-7-6/vito.git
cd vito
chmod +x generate-env.sh
./generate-env.sh
docker compose up --build -d
cargo watch -x run