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
- Host: GitHub
- URL: https://github.com/pickfire/magnifee
- Owner: pickfire
- License: isc
- Created: 2018-10-20T16:29:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T15:03:45.000Z (over 7 years ago)
- Last Synced: 2025-09-04T04:43:59.626Z (9 months ago)
- Language: Rust
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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)