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

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

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)