actix-web/examples/template_tera/README.md

372 B

template_tera

Minimal example of using the template tera that displays a form.

Usage

server

cd actix-web/examples/template_tera
cargo run (or see examples/catflap for rebuilding and redeploying on file change)
# Started http server: 127.0.0.1:8080

web client