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

https://github.com/pickfire/magnifee

Rust actix-web pandoc docx templating backend for lawtech hackathon 2018
https://github.com/pickfire/magnifee

Last synced: 8 months ago
JSON representation

Rust actix-web pandoc docx templating backend for lawtech hackathon 2018

Awesome Lists containing this project

README

          

Magnifee (Backend)
==================
LawTech hackathon source code to generate PDF from markdown templates.

Requirements
------------
- pandoc
- rust / cargo

Running
-------

$ cargo run
$ curl -d 'fullname=John Doe' -d 'address=123 street' \
-o /tmp/file.output http://127.0.0.1:8080/gen

With hot-reload:

$ cargo watch -x check -s 'touch target/trigger'
$ systemfd --no-pid -s http::8080 -w target/trigger -x run

See Also
--------
[Magnifee Android Frontend](https://github.com/delacrixmorgan/magnifee)