Basic CRUD with rust using tide - front-end with tera

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. handlebars-rust

    Rust templating with Handlebars

    Tera is a templating engine, inspired by Jinja2 and Django. There are other options like handlerbars and askama, but in this case I prefer to use tera because I'm familiarized with the syntax.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. askama

    Discontinued The original askama repo, please go to https://github.com/askama-rs/askama

    Tera is a templating engine, inspired by Jinja2 and Django. There are other options like handlerbars and askama, but in this case I prefer to use tera because I'm familiarized with the syntax.

  4. tera

    A template engine for Rust based on Jinja2/Django

    Tera is a templating engine, inspired by Jinja2 and Django. There are other options like handlerbars and askama, but in this case I prefer to use tera because I'm familiarized with the syntax.

  5. tide-tera

    First we need to add the deps we need, in this case we will using tera and tide-tera, the last one exposes an extension trait that adds two functions tera:

  6. tide-morth-example

    An example application using mongodb rust tide and handlebars A.K.A MoRTH stack

    The front-end of this app is inspired on this example app that use skeleton css and we will use that framework too. So we will need to serve some static files.

  7. tide-basic-crud

    Basic CRUD api using Rust / Tide / Sqlx / Postgresql

    Now we need a way to consume our api for persists the dinos, in this case we will create a minimal api client with javascript fetch since we are focused now in how to integrate tera and tide and not in the front-end. You can check the minimal client api in the PR.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Getting Started with Axum - Rust's Most Popular Framework

    5 projects | dev.to | 6 Dec 2023
  • Full-Stack-Rust: Which approach in Frontend?

    6 projects | /r/rust | 28 Apr 2023
  • Announcing Stilts v0.1 A new template engine like Askama

    2 projects | /r/rust | 4 Jul 2023
  • Axum Railway Template, looking for peer review

    1 project | /r/rust | 20 Mar 2023
  • Askama's markdown feature won't let me enable it

    2 projects | /r/learnrust | 2 Mar 2023