Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alensiljak/cashier-server-rust

Ledger-cli REST server for Cashier
https://github.com/alensiljak/cashier-server-rust

Last synced: about 2 months ago
JSON representation

Ledger-cli REST server for Cashier

Awesome Lists containing this project

README

        

# cashier-server
Ledger-cli REST server for [Cashier](https://github.com/alensiljak/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:

- [Cashier Ledger Server](https://github.com/alensiljak/cashier-ledger-server-go) in Go
- [CashierSync](https://gitlab.com/alensiljak/cashiersync) in Python
- [CashierSync Go](https://gitlab.com/alensiljak/cashiersync-go) in Go

# 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`