actix-web/examples/template_tera
Nikolay Kim 3ee228005d rename Application 2018-03-31 00:16:55 -07:00
..
src
templates
Cargo.toml
README.md

README.md

template_tera

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

Usage

server

cd actix-web/examples/template_tera
cargo run (or ``cargo watch -x run``)
# Started http server: 127.0.0.1:8080

web client