https://github.com/leoborai/tera-template-engines-rust
Simple project to dig into template engines in Rust using Tera
https://github.com/leoborai/tera-template-engines-rust
rust template-engine tera
Last synced: over 1 year ago
JSON representation
Simple project to dig into template engines in Rust using Tera
- Host: GitHub
- URL: https://github.com/leoborai/tera-template-engines-rust
- Owner: LeoBorai
- Created: 2020-10-17T19:06:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-22T23:56:49.000Z (over 5 years ago)
- Last Synced: 2025-02-28T20:59:01.091Z (over 1 year ago)
- Topics: rust, template-engine, tera
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tera-template-engines-rust
Simple project to dig into template engines in Rust using Tera
## Motivation
Explore the capabilities of using a [Template Engine](https://en.wikipedia.org/wiki/Web_template_system) in Rust served using Actix Web.
## Overview
Every commit of this repository defines an "step" which transforms the project.
* [Define Templates with Tera 101](https://github.com/EstebanBorai/tera-template-engines-rust/commit/01b681baffcd9b4544e17c9b4545a20a70ab1ecd)
* [Defines an Application Template](https://github.com/EstebanBorai/tera-template-engines-rust/commit/71e351ddfd03a80b18abbd0527d929616662ecc9)
* [Implement CRUD operations](https://github.com/EstebanBorai/tera-template-engines-rust/commit/9a79456f9032f4f66c6ddfeb54aa7ce70288b095)
* [Authenticate and Authorize CRUD operations](https://github.com/EstebanBorai/tera-template-engines-rust/commit/0da4b3f06d78ba6e64d904436ce9b52d043c94bd)