cashier-server

Crates.iocashier-server
lib.rscashier-server
version0.4.4
sourcesrc
created_at2022-11-03 00:40:54.554427
updated_at2023-03-03 21:43:37.888079
descriptionCashier Ledger-cli server component
homepage
repositoryhttps://github.com/alensiljak/cashier-server-rust
max_upload_size
id703865
size71,892
Alen Šiljak (alensiljak)

documentation

https://docs.rs/cashier-server/

README

cashier-server

Ledger-cli REST server for Cashier PWA.

Cashier Server acts as a mediator between Cashier PWA and Ledger CLI, forwarding queries to Ledger and the results to Cashier. Used for synchronizing the ledger data in Cashier.

This version of the Cashier Server is implemented in Rust.

Previous implementations:

Installation

cargo install cashier-server

Run

Make sure that Ledger CLI is configured and can be called from the directory. Then run:

cashier-server

Development

VSCode + Rust extension(s). cargo run in the project directory.

Publishing

cargo publish

Commit count: 41

cargo fmt